![]() |
Quote:
Hi BOP5 i?ve changed ___________ <vb:if condition="$vboptions['bop5more_fbtype'] == 99"> <td> <div align="center" width="280" style="float:left;"> <iframe id="fb_likeframe" src="http://www.facebook.com/plugins/like.php&href={vb:raw bophrefen}&layout=standard&show_faces=fals e&width=260&action=like&font=tahoma&am p;colorscheme={vb:raw boplord}&height=27" scrolling="no" frameborder="0" locale=es_ES allowTransparency="true"></iframe> </td> </vb:if> __________ and: Code:
e.src = document.location.protocol + '//connect.facebook.net/es_ES/all.js'; http://www.upl.co/uploads/188651like-23.png what would be the error? thanks! |
^ That is not the line I said to change. Read the instructions I gave again.
Find the line: Code:
e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js'; |
I have a custom template and unable to get this working. Is there manual edits i need to make or what do i need to look for ?
http://www.listisimo.es/ |
Instructions for the manual template edits are included in the zip file, the filename is: Manual Template Edits.txt.
If it's not working on threads, blogs, and/or CMS articles you must make sure the built in Facebook button is working first before you attempt to use this mod. You must enable these in the built-in Facebook Options. |
on forumhome i see the buttons.
but on threads nothing is showing. http://www.rkempo.nl/forums/forum.php |
Quote:
Before this mod is active you need to have the built in Facebook Like button working on your pages. |
Hiya have installed this and managed to get it working but when i activate it right hand justified and left the standarf facebook like button has dissappeared
|
managed to fix it the only like button that would work for some reason was the old and the legacy one
|
Is there any way to make this work for Twitter with short urls like bitly? This mod works fine, but when you tweet a thread it uses a url like this:
http://www.listisimo.es/showthread.php?t=11464 In contrast, the same thread tweeted through Addthis uses this url: http://bit.ly/rphrQZ With twitter, short urls are very important for retweeting etc, as you don't have my characters to play with. Any ideas? |
Quote:
But to answer your question, no, I have no way of making it work with anything else- this is what Twitter has built in. |
OK. Thanks for the quick response.
|
Ive been doing some reading on the Addthis share option and I've noticed a trend of many websites removing it do to SEO issues and page rank. Ive also read that allot of sites are switching over to Addany as its impact to a sites SEO is about 20% less. Would you consider adding Addany in a future release? Thanks...
|
Quote:
I'd consider it but I see some of the biggest sites in the world using AddThis... how does it hurt SEO? It's just a javascript, no different than any other share javascript- it probably gets ignored by googlebot anyway. |
Not being shown on the threads!
|
The google+ button isn't showing up even though I have activated this option.
Please check http://www.ndakaru.com/content/376-D...apitale-du-web and let me know what I am doing wrong. Thanks |
Thanks, for this mod, the better and complete sharing mod. Works good on 4.1.6.
|
1 Attachment(s)
Quote:
Quote:
https://vborg.vbsupport.ru/attachmen...1&d=1317148793 |
Installed and working. Thanks!
|
Quote:
|
@BOP Here's a suggestion
Can you try to add a option that would also load these icons on the CMS homepage? Look at this blog post ...http://kyleryanmatthews.com/2011/09/...seo-installed/ and this site's CMS, to see it - http://modmyi.com/ |
Version 2.6 Has Now Been Released
Version 2.6 now includes 2 Reddit button options, center justification of the buttons options, and a fix to a bug in the width of the Google +1 button when the counter was disabled. Version 2.6 also marks the release of a Gold version of this mod with premium features including the ability to add new buttons easily via the Admin CP. Going forward the Free/Light version will only see bug fixes. Any new features including new buttons and/or new sharing locations will only be done in the Gold version. See the top/first post for more details. |
I have this installed on my Forum but nothing shows on the top left of the Threads.
On 2 other forums I have installed it on it works like a dream, but not this one. |
You have to Enable Facebok Like Button in Threads in Admin CP -> Settings -> Options -> Facebook Options -> Like Button - Threads -> Yes.
|
I'd like to request privacy features, so that the like and +1 button will not track the behavior of my users and send the data to FB/Google/etc.
|
1 Attachment(s)
This messes up the hieght of the side blocks on the main forums
|
Quote:
Quote:
If you want to keep it where it is AND lower the sideblock you would need to manually edit your FORUMHOME template or sidebar css code. There are many ways to do this but one that should work is- Edit FORUMHOME, find the code: Code:
<div id="sidebar_container"<vb:if condition="$show['sidebarposition'] == 'left'"> class="sidebarleft"</vb:if>> Code:
<div id="sidebar_container"<vb:if condition="$show['sidebarposition'] == 'left'"> class="sidebarleft"</vb:if> style="margin-top:20px;"> |
what is the code to bring it down as i have it on another skin that needs to go down a bit
|
Quote:
add a <br /> tag to the very top of the template. That will lower it in all locations though so if you just want to do forumhome: Code:
<vb:if condition="THIS_SCRIPT == 'index'"><br /></vb:if> |
Quote:
This is a large concern for authorities, internet users and webmasters. Its not without reason that many webmasters will not install a facebook like or facebook login function. By default there are no privacy functions available, because facebook, etc want to keep data mining. Privacy functions can only be coded. And thats what I am requesting from you. It should be possible to keep the functionality to send threads to facebook(like) etc, while blocking data mining functions. For example: isn't it possible to only load the script once someone clicks the like button? Im sure people would find such privacy functions very attractive. I hope that I have explained it a bit clearer. |
When you explain it that way yes I suppose it is possible to not "activate" any of the facebook javascripts until a user opts-in to see it...
HOWEVER that would defeat a major feature which would be showing the # of likes or shares to everyone even if they don't click on it at all. On my live forum I have coded a way using a custom profile field to let users who don't like "share" buttons turn them all off forumwide... It's a relatively easy thing to accomplish if you know anything about custom profile fields and basic php conditionals... But it is a PITA to explain to someone who doesn't. Let me think about this... I think I could combine some code from my Signature Ignore System mod which lets users opt-out of seeing specific signatures, into this to let users opt out from seeing the share buttons in this mod- so if you have users who hate to see facebook and other sharing code they can disable it completely. I'm not going to confirm I will add this, but it does sound interesting to me, will strongly consider it. |
If its possible to work around loosing the # of likes then that would be optimal. Wouldnt it be possible to cache the button once per day? That way it would be somewhat up to date.
Or alternatively provide the option to turn off both the # of likes together with the data mining script, then that would still be a very interesting option. If really needed I would sacrifice the # of likes function to get privacy in order. |
Quote:
|
Hi,
I found this plugin really great, but I can't figure out how to show the buttons in forums (I've selected All forums). The buttons are showing in home page and in threads but not in forums. Thank you in advance |
Quote:
The Choose Forums option is to choose which forums threads the mod will display on. For example you might not want to show it on threads in private forums. Sorry for the confusion, I will take another look at how this setting is explained in the instructions. |
Quote:
May I add it, adding Code:
<vb:if condition="$show['fb_likebutton']"> |
Quote:
Code:
{vb:raw moreshare} |
Quote:
Code:
{vb:raw moreshare} |
Ok, I'll do without it ;)
Another question: I've changed en_US to it_IT in the template to setup Facebook in Italian but it's always in english. Any idea? |
What version of VB are you using? If it's a more recent version the language is not controlled by my mod but by vBulletin settings.
The language in the template will only work for VB versions below 4.1.2. It doesn't even get used for 4.1.2 and above. |
Quote:
The language is set in italian but the Facebook button always show "Like" instead of "Mi Piace" (in italian) |
All times are GMT. The time now is 09:06 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|