View Full Version : Miscellaneous Hacks - Share Buttons Bar by BOP5 (Facebook Like, Twitter, Google+1, and more share options)
BirdOPrey5
08-22-2011, 10:00 PM
This is the VB 3.8 version of my very popular "More Share Options (https://vborg.vbsupport.ru/showthread.php?t=266159)" for VB4.
Since VB4 already had Facebook built in the mod was called "More Share Options." But since VB 3.8 (and earlier) do not have any share options built in the mod is called "Share Buttons Bar." but they do very much the same thing.
This mod will automatically add a bar to your navbar with many popular dedicated share buttons available including:
Facebook (Like/Recommend/Send)
Twitter Tweet
Digg
Google +1
Linked In
Stumble Upon
Add This (which contains hundreds of more sites!)
There are no other mods available on vBulletin.org with as many share options, nor a simple install-able product with no manual edits needed in most cases.
In the event you want to make manual template edits instructions are included on how to do so.
I am using this mod on my forum, http://www.juot.net/forums/ but only in threads and I have manually included it in my SHOWTHREAD template only. For a better idea of what this mod really looks like see the screenshot.
This mod will allow you to share any page of your forum including forumhome, forumdisplay, threads, social groups, calendars, albums, pictures, arcade games, blogs- any page that has the navbar on it can be shared. In this respect it is actually far more useful than my 4.x version.
All Share Buttons are set to load JavaScript Asynchronously so it will never slow down a page load!
https://vborg.vbsupport.ru/external/2011/08/1.gif
------------------------------------------------------
Please "Mark as Installed" if you use this. :)
Donations always appreciated. :up:
Nominate MOTM if you LOVE it! ;)
BirdOPrey5
08-23-2011, 01:00 AM
Reserved.
EddyMaxx
08-23-2011, 02:55 PM
Joe,
Where can I add a <center> </center> tag? I'm only using a few and would look better if I had those particular ones centered.
Thanks.
BirdOPrey5
08-23-2011, 03:08 PM
In the template more_share_options
Directly under the line: (near the top)
<td class="alt1" width="100%">
Add the line:
<div align="center">
Then near the bottom directly above the line
</td></tr></table>
add the line:
</div>
and Please Mark as Installed if you do use this.
Max Taxable
08-23-2011, 03:55 PM
Installed.
Morrus
08-23-2011, 04:10 PM
One issue I often have with these types of mods - especially with vBSEO or something running, is that Twitter shares usually have URLs too long to be much use on Twitter with its 140 character limit. You often get a few characters of the thread title and then a long URL, when what you need is the full thread title and a short URL.
Does or can this mod incorporate URL shortening such as bit.ly or similar?
BirdOPrey5
08-23-2011, 04:29 PM
One issue I often have with these types of mods - especially with vBSEO or something running, is that Twitter shares usually have URLs too long to be much use on Twitter with its 140 character limit. You often get a few characters of the thread title and then a long URL, when what you need is the full thread title and a short URL.
Does or can this mod incorporate URL shortening such as bit.ly or similar?
Twitter will auto shorten any URL... once you tweet it you will see the URL is really a "short URL."
Morrus
08-23-2011, 05:06 PM
Twitter will auto shorten any URL... once you tweet it you will see the URL is really a "short URL."
Not quite. Twitter does shorten the URL, but only AFTER it's composed the tweet.
See the following image - this is from the current Tweet mod we have installed after it's gone through to Twitter. As you can see, the thread title is cut off and a long URL is shown. Twitter shortens the URL after this, not before.
https://vborg.vbsupport.ru/attachment.php?attachmentid=132272&stc=1&d=1314122749
So you do end up with a shortened URL, but you still have a cut-off thread title, resulting in this:
https://vborg.vbsupport.ru/attachment.php?attachmentid=132273&stc=1&d=1314122892
Therefore, URL shortening would need to take place BEFORE the info is sent to Twitter.
Mishima
08-24-2011, 10:25 AM
Installed. But not working :(
Do I have to update any counters in "Maintenance"?
Under vBulletin Options I have enabled the Mod and various Social sites but nothing is appearing. Any ideas?
BirdOPrey5
08-24-2011, 10:34 AM
Installed. But not working :(
Do I have to update any counters in "Maintenance"?
Under vBulletin Options I have enabled the Mod and various Social sites but nothing is appearing. Any ideas?
If you have a customized style the auto-template edit might not work. Check your navbar template.
The mod looks for this exact line of code:
<!-- / nav buttons bar -->
If it's not there the auto-template edit will fail. In that case you should manually add the code:
$more_share_options
to your navbar template anywhere you want the button bar to show.
Then in the mod options you can turn off the option for the auto-template edit since it's not needed.
Mishima
08-24-2011, 10:46 AM
Thanks, this is now displaying on the index but how do I get it to work within thread, for posts etc?
BirdOPrey5
08-24-2011, 11:15 AM
If you put the code in the navbar template it should be showing on every page that has the navbar, including threads and posts. Is it not?
Mishima
08-25-2011, 07:56 AM
Its showing on every page within navbar but not on each post within a thread
BirdOPrey5
08-25-2011, 04:22 PM
It's not supposed to show on each post. You are sharing the entire thread, not each post.
pokesph
08-29-2011, 03:31 PM
Thanks for the PM, Downloaded and am checking it out on our board.
:)
Alfa1
09-02-2011, 10:54 PM
Very nice, but as I get more than a bit of traffic from reddit I need this included in the main listing before adding this addon.
EvilLS1
09-12-2011, 10:38 PM
This is a neat little mod. Thanks! Instead of putting it below the navbar, I used a conditional to place the bar just below the first post of every thread. Very cool!
jlew24asu
09-27-2011, 12:05 PM
is there a way to put this mod in threads?
BirdOPrey5
09-27-2011, 05:31 PM
Yes, you can choose to do manual template edits and just add $more_share_options to wherever you want in your showthread template.
Morrus
09-27-2011, 10:26 PM
When I tweet, it doesn't update the counter; it stays at zero. Does it only count other peoples' tweets, or is it just not counting?
BirdOPrey5
09-28-2011, 12:09 AM
Do you have VBSEO installed? A link to your forum?
There is a known issue with the twitter counter not working on VB 4.x but it usually works on 3.x. Sometimes it doesn't update right away.
Morrus
09-28-2011, 12:25 AM
Do you have VBSEO installed?
Yup!
A link to your forum?
Yep - in my sig.
There is a known issue with the twitter counter not working on VB 4.x but it usually works on 3.x. Sometimes it doesn't update right away.
This is the 3.x forum. Is there a known issue with 3.x?
BirdOPrey5
09-28-2011, 10:27 AM
There is with VBSEO installed.
In the mod settings try turning Force Standard URL? to "No" and see if it helps.
Morrus
09-28-2011, 11:42 AM
There is with VBSEO installed.
In the mod settings try turning Force Standard URL? to "No" and see if it helps.
Yeah, I already had that set to no.
No worries; I'll just turn of the Twitter count.
adwade
10-02-2011, 10:54 PM
Thanxx, this Centering information makes it look good on our forum. Marked INSTALLED!
Hi, I'm having trouble getting this mod working. Iv'e installed it as per the instructions and activated it through Admin CP>options but can't see anything anywhere. I'm running VBSEO and have tried both settings to Forced Standard URL on/off. Any ideas?
If I have to paste $more_share_options into a template please let me know which one and where about to paste the code. I'm clueless about template modification or php. Ideally I would like this to appear in every thread as well as the main navbar.
Thanks,
D
BirdOPrey5
10-24-2011, 11:59 PM
Hello,
If nothing is showing it is likely you need to make the manual template edit.
I recommend putting it in your navbar template.
Find the code:
<!-- / nav buttons bar -->
And put this right after it:
$more_share_options
If you can't find the code <!-- / nav buttons bar --> in your navbar template you must have a custom style. I would suggest putting $more_share_options at the very bottom of the template in that case and moving it around as needed, by trial and error if necessary.
CrashPush
11-20-2011, 10:19 PM
Thank you for creating this mod. It's just what I need and it works perfectly.
Would it be possible to add the below Google Search code into the template.
<style type="text/css">
@import url(http://www.google.com/cse/api/branding.css);
</style>
<div class="cse-branding-right" style="background-color:#FFFFFF;color:#000000">
<div class="cse-branding-form">
<form action="http://www.yourdomain.com" id="cse-search-box">
<div>
<input type="hidden" name="cx" value="partner-pub-4437065443706544370654437065" />
<input type="hidden" name="cof" value="FORID:9" />
<input type="hidden" name="ie" value="ISO-8859-1" />
<input type="text" name="q" size="45" />
<input type="submit" name="sa" value="Search" />
</div>
</form>
</div>
<div class="cse-branding-logo">
<img src="http://www.google.com/images/poweredby_transparent/poweredby_FFFFFF.gif" alt="Google" />
</div>
<div class="cse-branding-text">
Custom Search
</div>
</div>
I can't get it to line up with the rest of the icons. Any tip?.
BirdOPrey5
11-21-2011, 12:10 PM
You would add the code to the more_share_options template.
Put it between or after any of the existing blocks... each block start and ends with a comment such as:
<!-- Google+1 END -->
<!-- StumbleUpon START -->
Put all of your code between <td> </td> tags, so...
<td>
<style type="text/css">
@import url(http://www.google.com/cse/api/branding.css);
</style>
<div class="cse-branding-right" style="background-color:#FFFFFF;color:#000000">
<div class="cse-branding-form">
<form action="http://www.yourdomain.com" id="cse-search-box">
<div>
<input type="hidden" name="cx" value="partner-pub-4437065443706544370654437065" />
<input type="hidden" name="cof" value="FORID:9" />
<input type="hidden" name="ie" value="ISO-8859-1" />
<input type="text" name="q" size="45" />
<input type="submit" name="sa" value="Search" />
</div>
</form>
</div>
<div class="cse-branding-logo">
<img src="http://www.google.com/images/poweredby_transparent/poweredby_FFFFFF.gif" alt="Google" />
</div>
<div class="cse-branding-text">
Custom Search
</div>
</div>
</td>
You may need to manually enter a width or alignment setting for the <td> tag.
Edgespeeder06
11-22-2011, 11:32 AM
really loving this but having an issue with liking individual thread pages...I get an error....any advice?
http://www.njstangers.org/forum/new-members-introduce-yourself-here-3/okay-here-first-post-8786.html
Edgespeeder06
11-22-2011, 11:49 AM
For some reason I also can't change the color of the bar to another color other than white? Am I doing something wrong?
BirdOPrey5
11-22-2011, 01:58 PM
I see you have Facebook Connect installed, probably something conflicting... I need to clean up/update this mod soon anyway, would hold off or disable facebook like for the time being if you keep getting the error.
Edgespeeder06
11-23-2011, 12:23 AM
Thanks I appreciate that.....I'm not sure why But I've had a hard time getting any facebook like button to work. Also is there any right way to change the color of that area? I am only able to change the color of the border display for the widgets as you can see. :)
BirdOPrey5
11-23-2011, 12:23 PM
To change the colors you will need to edit the more_share_options template.
There are several places you may try to make the edit, since you have a custom style I can't tell you for sure which would work.
First I would try looking at the line:
<table class="tborder" cellpadding="0" cellspacing="1" border="0" width="100%" align="center" height="22">
And adding a background color to it:
<table class="tborder" cellpadding="0" cellspacing="1" border="0" width="100%" align="center" height="22" style="background:red;">
For example.
You will need to know some basic HTML to get the exact colors of course.
Edgespeeder06
11-25-2011, 09:31 PM
perfect thanks I'll try that. I plugged the color in several parts of that file. I was using the bg code with the color code #s
Edgespeeder06
11-25-2011, 09:38 PM
tried it and didn't work....the only section that seems to influence the color is this section:
<table border="0" style="padding:0px;" bgcolor="EBEBEB"><tr>
Edgespeeder06
11-30-2011, 11:27 AM
In terms of the likes, it works for the home and forum page but not individual threads if that helps you. Thanks
BirdOPrey5
11-30-2011, 06:17 PM
My answer remains it's probably some sort of conflict with your Facebook Connect.
bakis
12-05-2011, 08:30 AM
Thanks a lot for this product =)
i have installed in my forum and works awesome, but i have a problem :(
my site is a spanish forum and the facebook button/dialogue is in english.
when i add (independent of this plugin) the "official" facebook frame the button "LIKE" is "ME GUSTA"
even if the plugin is in the same page with the official iframe the bar (your plugin) says "LIKE" and my buttons "ME GUSTA"
hehehe, excuse my bad english.
can you help me, please? :)
BirdOPrey5
12-05-2011, 02:24 PM
You will need to edit the template more_share_options, find the code:
e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
and change it you your language settings.
canaryforum
12-17-2011, 10:57 AM
You will need to edit the template more_share_options, find the code:
e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
and change it you your language settings.
What would I do if I have both English and Spanish installed as languages on my forum and want en_US if viewed in English and the Spanish equivalent if viewed in Spanish?
BirdOPrey5
12-19-2011, 11:36 AM
I don't believe there is anything you can do about that. You might be able to use some sort of template conditional where you see what the current language id is and choose english or spanish based off that but I'm not going to support extensive code changes like this. There are articles on template conditionals in the articles section that can get you started.
B@Zzz...
12-25-2011, 11:49 AM
Installed and works good (still playing with the settings) :)
Also changed the language of de facebooktext to dutch.
Is it possible to change all phrases to dutch?
B@Zzz...
12-25-2011, 11:57 AM
Playing with the options and the first question is here:
Why do I have to fill in a number and where can I get this number (not by following the link):
Facebook App ID
Your Facebook Application ID. If you don't have one, get one here.
BirdOPrey5
12-26-2011, 06:07 PM
You need a facebook application ID for all facebook features to work. You must get it by following the link to the facebook developer's page, that is the only place you can get an app id.
As for other phrases in dutch, I don't think there are any other phrases, but if so you'd have to look up the button codes individually.
B@Zzz...
12-26-2011, 06:20 PM
tnx for your answer, but what features will I get more with the appID?
When I follow the link I get this page:
https://developers.facebook.com/apps
But no ID?
VHLinks
12-31-2011, 06:55 AM
Man I'm totally lost on the app thing. I must have the settings for it wrong.
I get the "Like" button on my forum no problem, I click it, it works and updates the counter. I look on my Facebook page, and NOTHING is on there. I did register an app and have an ID, and I put it in the plugin settings. Are there some other settings you need to do for the app to make it work? I mean I've put in the URL, email, name...I gotta be missing something.
HELP!!!
BirdOPrey5
12-31-2011, 11:27 AM
tnx for your answer, but what features will I get more with the appID?
When I follow the link I get this page:
https://developers.facebook.com/apps
But no ID?
Posting that link doesn't mean much because it will be different for different people.
You must already be a facebook member and already be signed into your facebook account for the link to take you to the proper place.
If I remember right it takes you to a page that allows you to create an app, it doesn't just hand you an appid by clicking on it- you have to put in some info and when you are done you get an appid.
Man I'm totally lost on the app thing. I must have the settings for it wrong.
I get the "Like" button on my forum no problem, I click it, it works and updates the counter. I look on my Facebook page, and NOTHING is on there. I did register an app and have an ID, and I put it in the plugin settings. Are there some other settings you need to do for the app to make it work? I mean I've put in the URL, email, name...I gotta be missing something.
HELP!!!
Link to your site?
VHLinks
12-31-2011, 10:12 PM
Link to your site?
http://www.vhlinks.com/vbforums
Thank you very much for any help. This is driving me nuts!
BirdOPrey5
01-01-2012, 09:12 PM
I put your site in the Facebook Debugger and got this:
https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.vhlinks.com%2Fvbforums%2 Fuse-tapatalk-vhlinks-t52693.html
It's saying that there were too many redirects... if you scroll down you'll see at least two 301 redirects and a 3rd page.
I'm not really sure how or why this is happening- it may be the result of your .htaccess file or the way your domain is setup. I really don't have any more info- hopefully you know what is going on.
VHLinks
01-02-2012, 12:58 AM
I put your site in the Facebook Debugger and got this:
https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.vhlinks.com%2Fvbforums%2 Fuse-tapatalk-vhlinks-t52693.html
It's saying that there were too many redirects... if you scroll down you'll see at least two 301 redirects and a 3rd page.
I'm not really sure how or why this is happening- it may be the result of your .htaccess file or the way your domain is setup. I really don't have any more info- hopefully you know what is going on.
Ok that at least helps! Thanks. Something to go off of.
VHLinks
01-02-2012, 01:07 AM
Well once I turned off Zoints SEO and went back to the old way of calling the thread, showtread.php etc....THEN it worked. But I don't want to do that.
Does anyone know a work around to allow the like button to work with redirecting URL's with SEO scripts? I know most most people around here use VBSEO or Zoints SEO. I can't believe they don't have like buttons on their sites.
VHLinks
01-02-2012, 05:04 AM
Well I turned off the 301 directing in the Zoints settings. That seemed to do it. I guess basically it won't redirect the old showthread.php stuff to the right place, but I haven't used that format on the board in like 5 years so I doubt it will matter.
But yep now it's working.
BirdOPrey5
01-04-2012, 12:15 PM
Hey... all of a sudden the thread I "test liked" on your forum last week showed up on my wall this morning- so I guess any past likes will start working.
JesterP
01-13-2012, 12:25 AM
When I go to get my app id, it asks for a password. I enter my password and it redirects me back to my own wall.
Any ideas??
BirdOPrey5
01-13-2012, 12:55 PM
Sounds like a Facebook cookie issue. Do you keep yourself logged into facebook? Maybe try another browser.
Edit: Found the problem, didn't have it uploaded in correct file.
B@Zzz...
01-19-2012, 06:03 PM
If I remember right it takes you to a page that allows you to create an app, it doesn't just hand you an appid by clicking on it- you have to put in some info and when you are done you get an appid.
Oops, didn't receive email notification, so I missed your post...
I think I wasn't logged in, because now it works. Thank you. I don't know what I can do more with the app created on facebook, but I have my ID.
Thank you!:)
juliannova
03-21-2012, 05:53 AM
Can you add Pinterest button on the update
BirdOPrey5
03-21-2012, 02:16 PM
I have setup a pinterest account and am working on how it can be integrated. Since pinterest wants a unique image for each share I don't know if it makes sense to include it yet since choosing a unique image from a thread is well out of scope of this mod.
juliannova
03-27-2012, 03:59 PM
not sure I do have the button on my blog and people share images via plugin.
steve83
04-01-2012, 06:28 PM
I've installed the mod on my forum at:
http://www.cancuncare.com/forum/
The Google+ button shows but the Facebook button does not. VB version 3.8.7
BirdOPrey5
04-02-2012, 11:22 AM
I don't see it enabled at all anymore but it may be a conflict with your existing Facebook Like in the top right corner of the page. If you could try again and temp disable the top right button you could know for sure.
ShackMaster
04-05-2012, 06:20 PM
Installed .... Uninstalled... did not do anything for me. Probably my customizations.
BirdOPrey5
04-12-2012, 01:12 AM
Can you add Pinterest button on the update
Pinterest wouldn't work with this mod- I released a Pinterest specific mod:
https://vborg.vbsupport.ru/showthread.php?t=281444
ludachris
04-19-2012, 10:50 PM
This is more just a question for the developer - I like this mod but am looking for something that adds these same options to postbit... ideally right up next to the post # and report this post icon. This way a user can share individual posts instead of entire threads. Is there something in the code base that makes this difficult? I ask because I have only found mods that allow you to share entire threads, and not individual posts. Figured since you wrote this mod you might have some insight on this question.
Thanks!
BirdOPrey5
04-19-2012, 11:21 PM
The reason I didn't make this to share individual posts is because I find threads as a whole to be more worthy of sharing than a specific post. If you share a post the point is for someone who has never been to your forum before to click on the link from Facebook and see it- I think a total "noob" to your forum is going to get confused if thrown into the middle of a thread- if they read from the start of a thread they have half a chance.
The other reason is between Facebook, Twitter, Google, and whatever else you are now using A LOT of screen real-estate for just share buttons already. Multiply that for every post and it's crazy IMO.
ludachris
04-20-2012, 01:05 AM
I'm not worried about the real estate - I have plenty of room where I'd like it to go. As for getting noobs confused, I'm not worried about that either. The people who would be sharing links are car guys, which will attract other car guys. In my forum's case, it makes sense, especially since some of our threads are very long and the best post of the thread can be buried. It would be great for people to be able to share buried replies that have great info. Would it be difficult, in your opinion, to modify one of these sharing add-ons so that it would work with each post?
BirdOPrey5
04-20-2012, 03:42 PM
If you were going to modify any you should start with my Pinterest Share (https://vborg.vbsupport.ru/showthread.php?t=281444) mod. It already shows per post.
You would need to modify the template to add the Facebook and any other share buttons you want.
Pinterest requires URL Encoded URLs so you will need to modify the plugin too, grab the per-post URL before it is encoded, and make it part of the array that is registered to the template.
Finally you would move the template hook the mod creates to a suitable location in your postbit.
Then... wallah... facebook in every post.
busybeeburns
04-21-2012, 01:35 PM
Hi BoP5 :)
Like this mod. I noticed your JUOT forums have them in the Thread Tools bar rather than below the navbar. Is that a modification that is applicable on 3.8.x or is that part of the vB4 mod only? I am running 3.8.5 and tried to do something similar to the showthread template without precision yet. Could you give me advice on how to edit it if applicable please?
BirdOPrey5
04-21-2012, 02:08 PM
It was a lot of trial and error, I don't remember the exact changes- I know I had to edit the whole row, not just the one box-
Here is code from my current SHOWTHREAD template from juot.net- feel free to try it:
<!-- toolbar -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr>
<td class="tcat" width="185">
<div class="smallfont">
<if condition="$show['firstunreadlink']">
<a href="$firstunread"><img class="inlineimg" src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[view_first_unread]" border="0" /></a>
<a href="$firstunread"><strong>$vbphrase[view_first_unread]</strong></a>
</if>
</div>
<img src="clear.gif" width="185" height="1" border="0" />
</td>
<td class="alt1" width="100%" align="right" padding="0" style="padding-top:0px; padding-bottom:0px; padding-right:0px; background: #869BBF url(/forums/images/gradients/gradient_tcat.gif) repeat-x top left;">
$more_share_options
</td>
<td class="vbmenu_control" id="threadtools" nowrap="nowrap">
<a href="$show[nojs_link]#goto_threadtools"<if condition="is_browser('ie')"> accesskey="3"</if>>$vbphrase[thread_tools]</a>
<if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("threadtools"); </script></if>
</td>
<if condition="$show['search']">
<td class="vbmenu_control" id="threadsearch" nowrap="nowrap">
<a href="$show[nojs_link]#goto_threadsearch">$vbphrase[search_this_thread]</a>
<if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("threadsearch"); </script></if>
busybeeburns
04-21-2012, 03:32 PM
thanks :)
I had a quick play around and decided on the row below. I'm using Facebook Connect plugin which is causing some errors to the FB like app as per the previous posts. Is there a work around for the 3.8.x version?
BirdOPrey5
04-21-2012, 05:11 PM
I've never used Facebook connect for VB 3.x- is there a specific error being returned? Can you check for a javascript error in your browser? (In Chrome right click-> View Element then click on the "Console" tab to see Javascript errors) - not sure how to do it in other browsers but I know there is a way.
B@Zzz...
04-24-2012, 04:42 PM
Hello, just activated this mod and my users are happy! :)
Only one question, it doesn't show up on the vBadvancedCMPS-portal (v3.2.1)? Do I have to make any other changes? (vBulletin v3.8.1)
BirdOPrey5
04-24-2012, 07:33 PM
Sorry I don't have any experience trying to get this to work on VBA CMPS.
For my own site I just put the HTML Facebook (and the other sites) give me directly into a module and use them that way.
B@Zzz...
04-25-2012, 04:30 AM
Thanks for you fast reply!
You have an example of the HTML-code you used on your website?
BirdOPrey5
04-26-2012, 11:18 AM
When I went to check I see I actually removed them from that page for some reason and didn't keep a copy...
For the facebook code just go here:
https://developers.facebook.com/docs/reference/plugins/like/
fill out the boxes and facebook will give you the code.
ChiNa
07-18-2012, 12:56 PM
HI every one, I have a message to to you guys and to BOB...
I am using ur mods on my template, and all of them are clean with no errors!
I am very honored to see someone making such an incredible mod for vbulletin, there is no mod like this for vbulletin, and especially your private_policy addon, so simple and yet so easy and clean..
Thanks for your hard work for us vBulletin users, you make this worth more..
by China-Man
BirdOPrey5
07-18-2012, 06:11 PM
If you are using this mod please click on "Mark as Installed" in the top-right of the first post.
pedrovazquez10
09-09-2012, 04:23 PM
My forum is in spanish how can i translate the boton like and send to spanish? thanks
ok i replace en_US with es_ES thanks
sr2601
11-27-2012, 08:15 AM
I have a problem to view the key to facebook, i enclose pictures
BirdOPrey5
11-29-2012, 10:42 PM
Please post a link to your forum so I can see what is going on.
sr2601
11-30-2012, 10:26 AM
Please post a link to your forum so I can see what is going on.
www.deltasatforum.com/forum
BirdOPrey5
11-30-2012, 04:21 PM
Your entire forum requires logging in to see anything- Even threads. Facebook won't work if it can't access your site, and it can only access your site as a guest.
sr2601
12-01-2012, 10:51 PM
Your entire forum requires logging in to see anything- Even threads. Facebook won't work if it can't access your site, and it can only access your site as a guest.
I have two forums on one works on this does not work the link to the other is www.mundosatellite.com and it works great
BirdOPrey5
12-02-2012, 09:49 PM
On the first forum (the one with the problem) as a guest I can't even see the button/navbar... On the second forum as a guest I can see the button and navbar because it is blocked in a different way.
The first forum you have "Can View Forum" set to NO in Guest Usergroup.
On the second forum you have "Can View Forum" set to YES.
sr2601
12-03-2012, 11:01 AM
I have set to yes on the first forum if you want to see thanks
BirdOPrey5
12-04-2012, 11:08 PM
Thanks- from what I can tell it looks like the button is forming but is being pushed away by some other page element.
Can you try it with the default VB style?
To get the default style go to Admin CP -> Styles & Templates -> Style Manager -> Add New Style and create a new style with no parent style. This will be the default style.
Then go to Admin CP -> Settings -> Options -> Style & Language Settings and give permission for users to change styles (if it was disabled) so you can change to the default style to test it.
sr2601
12-05-2012, 11:00 AM
Ok done, but still does not see, my default style and that i have only changed the colors, however in all eating styles cannot be seen, thank you for your interest
BirdOPrey5
12-07-2012, 02:42 PM
Have you tried the Facebook Box Count style to see if that one displays?
sr2601
12-13-2012, 02:05 PM
see for yourself the screenshot
tom212
03-19-2013, 06:43 PM
Helppp!!!!!
I'm stuck on something. I'm trying to get an application ID on FB and it appears the site has changed quite a bit since this mod was written up. I can get to the developers page but then it gives me a bunch of options, and none of which appear to go toward getting an application ID like I know I need.
Can anybody give me some advice on how to navigate through the Developers page?
Thanks!
Tom
tom212
03-22-2013, 01:01 AM
Got it figured out. Ends up you can only get an ID from a personal page, not a group/organization/company page.
Thanks,
Tom
Dan49
07-28-2013, 06:07 PM
Very nice mod, thank you Birdoprey.
ChiNa
10-03-2013, 07:55 PM
Hi BirdOP..! Thanks a lot for an awesome Product! I have used it for years. I was wondering if we could get a new update of this, and possibly add the new Facebook "Follow" button. Could be awesome!
Thanks for a great tool...
familyhistory
10-31-2013, 12:18 PM
How do I get Google Plus to pick up the correct picture to put onto the share?
ChiNa
11-01-2013, 09:59 PM
Thanks Bird.... I think I forgot to click Installed when I installed it.. But done.... This is my Favorit Addon and have used it for years now and never had any problems with it! I dont know if we will get a new Update with a Follow button as well! Hope so!
Blueracer66
11-06-2013, 07:31 AM
Hi BirdOP..! Thanks a lot for an awesome Product! I have used it for years. I was wondering if we could get a new update of this, and possibly add the new Facebook "Follow" button. Could be awesome!
Thanks for a great tool...
I love this mod and I also hope it gets an update soon. Thanks! :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.