View Full Version : Show Thread Enhancements - Submit to Twitter and Facebook
ericgtr
11-21-2009, 10:00 PM
This is an update to vB4.0 Beta 3 of my Submit to Twitter and FB mod https://vborg.vbsupport.ru/showthread.php?t=217117
See screenshot for example of where it goes and how it looks. Keeping up with the latest in social networking keeps traffic flowing to your site.
This can all be added at once or you may add only the one's you want. Additionally, this will probably work in any version of vB. At the moment it cannot be turned off for specific forums, I still have to work out the conditional changes for vb4 so it will appear in all forums for now.
In the SHOWTHREAD template find:
<li class="popupmenu nohovermenu" id="threadtools">
Add this ABOVE:
<!-- Begin Share FB -->
<li class="popupmenu nohovermenu" id="sharefb">
<h6><a class="popupctrl" href="javascript://">Share</a></h6>
<ul class="popupbody popuphover">
<!-- Facebook Share -->
<li>
<a name="fb_share" type="icon_link" href="http://www.facebook.com/sharer.php">Facebook</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
</li>
<!-- / Facebook Share -->
<li>
<!-- Twitter Share -->
<script type="text/javascript">
var twtTitle = document.title;
var twtUrl = location.href;
var maxLength = 140 - (twtUrl.length + 1);
if (twtTitle.length > maxLength) {
twtTitle = twtTitle.substr(0, (maxLength - 3))+'...';
}
var twtLink = 'http://twitter.com/home?status='+encodeURIComponent(twtTitle + ' ' + twtUrl);
document.write('<a href="'+twtLink+'" target="_blank"'+'>Tweet This!<'+'/a>');
</script>
<!-- / Twitter Share -->
</li>
</ul>
</li>
<!-- End Share FB -->
Charlie98902
11-22-2009, 02:41 PM
Facebook it shows the icon is there a way you can update this to show a twitter icon?
ericgtr
11-22-2009, 02:57 PM
Facebook it shows the icon is there a way you can update this to show a twitter icon?
Sure, first find an image that you would like to use, here some suggestions http://images.google.com/images?as_q=twitter+icon&hl=en&um=1&btnG=Google+Search&as_epq=&as_oq=&as_eq=&imgtype=&imgsz=i&imgw=&imgh=&imgar=&as_filetype=&imgc=&as_sitesearch=&as_rights=&safe=off&as_st=y then change the code to what I have below, notice where I have highlighted the image and path in red, change those accordingly.
<!-- Begin Share FB -->
<li class="popupmenu nohovermenu" id="sharefb">
<h6><a class="popupctrl" href="javascript://">Share</a></h6>
<ul class="popupbody popuphover">
<!-- Facebook Share -->
<li>
<a name="fb_share" type="icon_link" href="http://www.facebook.com/sharer.php">Facebook</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
</li>
<!-- / Facebook Share -->
<li>
<!-- Twitter Share -->
<script type="text/javascript">
var twtTitle = document.title;
var twtUrl = location.href;
var maxLength = 140 - (twtUrl.length + 1);
if (twtTitle.length > maxLength) {
twtTitle = twtTitle.substr(0, (maxLength - 3))+'...';
}
var twtLink = 'http://twitter.com/home?status='+encodeURIComponent(twtTitle + ' ' + twtUrl);
document.write('<a href="'+twtLink+'" target="_blank"'+'><img src="images/tweet.png" border="0" alt="Tweet This!" /'+'><'+'/a>');
</script>
<!-- / Twitter Share -->
</li>
</ul>
</li>
<!-- End Share FB -->
Charlie98902
11-22-2009, 03:04 PM
Thank you. Tagging for gold release as there is a lot of bugs still in the beta.
Brandon Sheley
11-22-2009, 03:07 PM
nice mod, thanks for updating it :)
ps.. does the facebook share button show the # of "shares"? it would be neat of it would show # of tweets as well, like the tweetme button
thanks again
ericgtr
11-22-2009, 03:53 PM
nice mod, thanks for updating it :)
ps.. does the facebook share button show the # of "shares"? it would be neat of it would show # of tweets as well, like the tweetme button
thanks again
Sure, all you have to do is change the code (all of it) to this:
<!-- Begin Share FB -->
<li class="popupmenu nohovermenu" id="sharefb">
<h6><a class="popupctrl" href="javascript://">Share</a></h6>
<ul class="popupbody popuphover">
<!-- Facebook Share -->
<li>
<a name="fb_share" type="button_count" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
</li>
<!-- / Facebook Share -->
<li>
<!-- Twitter Share -->
<script type="text/javascript">
var twtTitle = document.title;
var twtUrl = location.href;
var maxLength = 140 - (twtUrl.length + 1);
if (twtTitle.length > maxLength) {
twtTitle = twtTitle.substr(0, (maxLength - 3))+'...';
}
var twtLink = 'http://twitter.com/home?status='+encodeURIComponent(twtTitle + ' ' + twtUrl);
document.write('<a href="'+twtLink+'" target="_blank"'+'><img src="images/tweet.png" border="0" alt="Tweet This!" /'+'><'+'/a>');
</script>
<!-- / Twitter Share -->
</li>
</ul>
</li>
<!-- End Share FB -->
Additionally, you can go here to see where I grabbed that part of the code it gives you a few options http://www.facebook.com/facebook-widgets/share.php
SİMAR
11-23-2009, 03:28 PM
thanks
maximutt
11-27-2009, 08:48 AM
Is it possible to implement this as two separate buttons in the lower postbit? Perhaps beside the "Promote To Article" & "Blog This Post" buttons?
Hi, I have a brand new install of the latest release. Only found one instance " <li class="popupmenu nohovermenu" id="threadtools"> " of in the vbulletin-style.xml file. Is this where the mod should be inserted?
TIA
ericgtr
12-06-2009, 01:14 PM
Hi, I have a brand new install of the latest release. Only found one instance " <li class="popupmenu nohovermenu" id="threadtools"> " of in the vbulletin-style.xml file. Is this where the mod should be inserted?
TIA
It should only be installed in the SHOWTHREAD template after you install vb (or any new style).
Delilahs
12-15-2009, 08:28 AM
It works with no problems on RC2
Bouncer222
12-26-2009, 04:00 AM
Could you please tell me how to include the image for twitter? the small icon , like the one for facebook.
Thanks.
ericgtr
12-26-2009, 01:29 PM
Could you please tell me how to include the image for twitter? the small icon , like the one for facebook.
Thanks.
Sure, have a look at this post https://vborg.vbsupport.ru/showpost.php?p=1918922&postcount=3 and please click install if you use this mod. :)
Bouncer222
12-26-2009, 01:44 PM
The image showed up but now the text disappeared "Tweet This!" how do I make it appear?
ericgtr
12-26-2009, 01:54 PM
The image showed up but now the text disappeared "Tweet This!" how do I make it appear?
Okay, give this a shot.. It should have both.
<!-- Begin Share FB -->
<li class="popupmenu nohovermenu" id="sharefb">
<h6><a class="popupctrl" href="javascript://">Share</a></h6>
<ul class="popupbody popuphover">
<!-- Facebook Share -->
<li>
<a name="fb_share" type="icon_link" href="http://www.facebook.com/sharer.php">Facebook</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
</li>
<!-- / Facebook Share -->
<li>
<!-- Twitter Share -->
<script type="text/javascript">
var twtTitle = document.title;
var twtUrl = location.href;
var maxLength = 140 - (twtUrl.length + 1);
if (twtTitle.length > maxLength) {
twtTitle = twtTitle.substr(0, (maxLength - 3))+'...';
}
var twtLink = 'http://twitter.com/home?status='+encodeURIComponent(twtTitle + ' ' + twtUrl);
document.write('<a href="'+twtLink+'" target="_blank"'+'><img src="images/tweet.png" border="0" alt="Tweet This!" /'+'>Tweet This!<'+'/a>');
</script>
<!-- / Twitter Share -->
</li>
</ul>
</li>
<!-- End Share FB -->
darkman
12-29-2009, 06:09 PM
Okay, give this a shot.. It should have both.
<!-- Begin Share FB -->
<li class="popupmenu nohovermenu" id="sharefb">
<h6><a class="popupctrl" href="javascript://">Share</a></h6>
<ul class="popupbody popuphover">
<!-- Facebook Share -->
<li>
<a name="fb_share" type="icon_link" href="http://www.facebook.com/sharer.php">Facebook</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
</li>
<!-- / Facebook Share -->
<li>
<!-- Twitter Share -->
<script type="text/javascript">
var twtTitle = document.title;
var twtUrl = location.href;
var maxLength = 140 - (twtUrl.length + 1);
if (twtTitle.length > maxLength) {
twtTitle = twtTitle.substr(0, (maxLength - 3))+'...';
}
var twtLink = 'http://twitter.com/home?status='+encodeURIComponent(twtTitle + ' ' + twtUrl);
document.write('<a href="'+twtLink+'" target="_blank"'+'><img src="images/tweet.png" border="0" alt="Tweet This!" /'+'>Tweet This!<'+'/a>');
</script>
<!-- / Twitter Share -->
</li>
</ul>
</li>
<!-- End Share FB -->
Thanks for the help, but copying the above code and inserting it gave me this:
ericgtr
12-29-2009, 10:06 PM
Thanks for the help, but copying the above code and inserting it gave me this:
Did you find a new image and add your /images directory? Please look at this post again https://vborg.vbsupport.ru/showpost.php?p=1918922&postcount=3
bleros
12-29-2009, 11:28 PM
is this work for 3.8.4
ericgtr
12-30-2009, 12:50 AM
is this work for 3.8.4
Sure, here you go https://vborg.vbsupport.ru/showthread.php?t=217117
darkman
12-30-2009, 02:57 AM
Did you find a new image and add your /images directory? Please look at this post again https://vborg.vbsupport.ru/showpost.php?p=1918922&postcount=3
Never mind me...I'm an idiot. Thanks again :)
BlackJacket
12-30-2009, 03:03 AM
Thanks for the great mod. I have a small request (I think it was mentioned before also)
Could this be posted at the bottom of the posts instead? Where the Edit, Reply, Reply with Quote, etc are?
Thanks again! :)
ericgtr
12-30-2009, 03:33 AM
Thanks for the great mod. I have a small request (I think it was mentioned before also)
Could this be posted at the bottom of the posts instead? Where the Edit, Reply, Reply with Quote, etc are?
Thanks again! :)
The code can be used anywhere in the thread I would guess and still work okay, for what you are talking about you would want to edit the postbit (or postbit_legacy) and place the code near those buttons.
Here is the core code you would want to use:
<!-- Begin Facebook Share -->
<a name="fb_share" type="icon_link" href="http://www.facebook.com/sharer.php">Facebook</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
<!-- End Facebook Share -->
<!-- Begin Twitter Share -->
<script type="text/javascript">
var twtTitle = document.title;
var twtUrl = location.href;
var maxLength = 140 - (twtUrl.length + 1);
if (twtTitle.length > maxLength) {
twtTitle = twtTitle.substr(0, (maxLength - 3))+'...';
}
var twtLink = 'http://twitter.com/home?status='+encodeURIComponent(twtTitle + ' ' + twtUrl);
document.write('<a href="'+twtLink+'" target="_blank"'+'><img src="images/tweet.png" border="0" alt="Tweet This!" /'+'>Tweet This!<'+'/a>');
</script>
<!-- End Twitter Share -->
barcena
12-30-2009, 03:34 AM
Sorry to ask but is this working for 4.0 gold? Im still confused w/ all the changes and I really need my Facebook and Twitter bookmarks back.
:)
ericgtr
12-30-2009, 03:36 AM
Sorry to ask but is this working for 4.0 gold? Im still confused w/ all the changes and I really need my Facebook and Twitter bookmarks back.
:)
Yes, this specific one is the updated version for 4.0 and I am using it on Gold. :)
Big-Pete
12-30-2009, 10:42 AM
Works ok for me on VB4 PL1 and VBSEO 3.5 RC1 :)
bleros
12-30-2009, 08:05 PM
Sure, here you go https://vborg.vbsupport.ru/showthread.php?t=217117
Thnx bro nice job keep it up
habanero68
01-04-2010, 04:07 PM
hi. as I could fix it are next to each other. since they are one above the other.
thanks
captainron19
01-04-2010, 06:59 PM
I hate to seem dumb but what exactly does this mod do? If someone clicks on the facebook link are you telling me it creates a link to that specific thread on their facbook wall?
ericgtr
01-04-2010, 07:20 PM
hi. as I could fix it are next to each other. since they are one above the other.
thanks
It is designed to work like all of the other dropdown items in the menu but you can play with the layout if you like.
I hate to seem dumb but what exactly does this mod do? If someone clicks on the facebook link are you telling me it creates a link to that specific thread on their facbook wall?
Exactly, it will create a new facebook or Twitter entry containing the contents of the post.
habanero68
01-05-2010, 03:04 AM
hello. and try to fix the position and I can not put it online. I want it next to each other. I can do.? or to do.
thanks
<!-- Begin Share FB -->
<li class="popupmenu nohovermenu" id="sharefb">
<h6><a class="popupctrl" href="javascript://"><FONT COLOR="#FF0303"><B>COMPARTIR</B></FONT></a></h6>
<ul class="popupbody popuphover">
<!-- Facebook Share -->
<li>
<a name="fb_share" type="button" href="http://www.facebook.com/sharer.php">FACEBOOK</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
</li>
<!-- / Facebook Share -->
<li>
<!-- Twitter Share -->
<script type="text/javascript">
var twtTitle = document.title;
var twtUrl = location.href;
var maxLength = 140 - (twtUrl.length + 1);
if (twtTitle.length > maxLength) {
twtTitle = twtTitle.substr(0, (maxLength - 3))+'...';
}
var twtLink = 'http://twitter.com/home?status='+encodeURIComponent(twtTitle + ' ' + twtUrl);
document.write('<a href="'+twtLink+'" target="_blank"'+'><img src="http://i50.tinypic.com/f9imv_th.jpg" border="0" alt="Tweet This!" /'+'><'+'/a>');
</script>
<!-- / Twitter Share -->
</li>
</ul>
</li>
<!-- End Share FB -->
https://vborg.vbsupport.ru/external/2010/01/126.jpg
captainron19
01-05-2010, 05:48 PM
Great MOD - 1 question though. After I did a test and shared on FB it showed the number 1 on the thread near the FB icon but later when I went back to the thread it did not show any number at all but instead it re-appeared when i clicked on the FB Link
ericgtr
01-05-2010, 06:09 PM
Great MOD - 1 question though. After I did a test and shared on FB it showed the number 1 on the thread near the FB icon but later when I went back to the thread it did not show any number at all but instead it re-appeared when i clicked on the FB Link
Interesting, did it still submit normally? I'm not sure why it would do that but as long as it submits I think it will be okay.
captainron19
01-05-2010, 06:48 PM
Yes it did submit just fine
joseduddy
01-08-2010, 11:46 PM
Nope
Not working for VB 4.0 Gold.
PS
Ok Got it to work...Thanks
hubie
01-09-2010, 11:26 PM
Nice mod.
Is there any option to include short urls in twitter submit? (I mean bit.ly, tynurl, etc.).
Thanks.
ericgtr
01-10-2010, 01:49 AM
Nice mod.
Is there any option to include short urls in twitter submit? (I mean bit.ly, tynurl, etc.).
Thanks.
By default it automatically shortens them on twitter.
hubie
01-11-2010, 02:50 AM
Doesn't work for me. It shows only the large and complete urls. :confused:
ericgtr
01-11-2010, 12:24 PM
Doesn't work for me. It shows only the large and complete urls. :confused:
Not sure why that is, I have this installed on several sites and many others have it working on their sites as well.
Ocean-Wonders
01-11-2010, 10:24 PM
Great mod, thanks very much !
Big-Pete
01-13-2010, 02:45 PM
Works fine on VB4.0.1 :up::D
dannefaerd
01-15-2010, 05:50 AM
Loving it.
Is there an option/chance to have something like this for Articles in CMS?
vivamexico55
01-17-2010, 02:47 PM
Is this still supported on 4.01?
I'd like to try it but I'm afraid it will break with one of the frequent vb4 patches...
ericgtr
01-17-2010, 02:54 PM
Yes, it still works just fine. It's simply a template addition and hasn't broken anything that I am aware of yet.
3DUInc
01-19-2010, 04:28 AM
Thank you very much! Works perfectly! :D
Loving it.
Is there an option/chance to have something like this for Articles in CMS?
Yes this would be very cool as well and blogs. :)
movslow
01-21-2010, 02:45 PM
Tagged for future releases once the glitches are iron'd out.
:up:
ericgtr
01-22-2010, 12:28 PM
Tagged for future releases once the glitches are iron'd out.
:up:
What glitches? This mod functions exactly as intended.
dangerin
01-22-2010, 12:29 PM
really good mod but it do not work with facebook.
with twitter it's allo ok but is use really more facebbok.
Thanks
ericgtr
01-22-2010, 12:31 PM
really good mod but it do not work with facebook.
with twitter it's allo ok but is use really more facebbok.
Thanks
I would double check you installation because both of these work. :)
dangerin
01-22-2010, 12:50 PM
what do you mean with double check? the firs sharing with fb has gone ok but now all the others no.
with twitter it's alal perfect
ericgtr
01-22-2010, 01:46 PM
what do you mean with double check? the firs sharing with fb has gone ok but now all the others no.
with twitter it's alal perfect
Do you have a link to your forum?
ericgtr
01-22-2010, 01:57 PM
Thanks for PMing me a link... I tested it out on your site and was able to both Twitter and Facebook one of your posts. Make sure your users are logged into those sites as well, this is functioning as it should on your board though.
dangerin
01-22-2010, 02:03 PM
if they do not log in it do not go?
my users difficult like to register and to log in..
Thank to you to have seen site and tested your mod ( i've translated share with social networks .. is possible ? )
dangerin
01-22-2010, 02:11 PM
Excuse me..
an other question : This mod can be used also in cms or in blog? i do not need for blog but cms really a lot because all mi site work around the cms and for forum the user do not post and i'm trying to connect with more people .
Thanks newly
CFodder
01-23-2010, 05:58 AM
Mod appeared to work okay, but when trying to submit to facebook all it ever puts is our little blurb about our site, please see image attached. For Twitter it just gives the thread title then a link to the thread, is it supposed to do this or have text in the thread there as well?
Have tried submitting various threads and have re-edited showthread to no avail. Using VB 4.01.
S.McAvoy
01-27-2010, 04:05 PM
Works like a charm! Thank you
vivamexico55
01-29-2010, 02:43 PM
I installed it on 4.01 and it works =)
Buuuut... Right now I think it only shares the first post in the thread?
How can I make it so I can share individual posts out of a thread?
Thanks ! =)
ahmedipa
01-30-2010, 04:16 AM
good I will test it thank you very much
cloferba
01-30-2010, 11:35 AM
I installed it on 4.01 and it works =)
Buuuut... Right now I think it only shares the first post in the thread?
How can I make it so I can share individual posts out of a thread?
Thanks ! =)
im looking for the same please!
ericgtr
02-01-2010, 02:18 PM
I installed it on 4.01 and it works =)
Buuuut... Right now I think it only shares the first post in the thread?
How can I make it so I can share individual posts out of a thread?
Thanks ! =)
im looking for the same please!
Unfortunately it's designed to pull the title and URL from the thread itself so I don't think there's any way to get the code to pull individual posts out of it.
cloferba
02-01-2010, 03:45 PM
and what about the url for each post...for example
https://vborg.vbsupport.ru/showpost.php?p=1972215&postcount=60
ericgtr
02-02-2010, 04:19 PM
and what about the url for each post...for example
https://vborg.vbsupport.ru/showpost.php?p=1972215&postcount=60
Actually that could probably work, all you would really need to do is add the code to your showpost template. I'm just thinking out loud but I don't see why not.
CFodder
02-02-2010, 05:15 PM
Mod appeared to work okay, but when trying to submit to facebook all it ever puts is our little blurb about our site, please see image attached. For Twitter it just gives the thread title then a link to the thread, is it supposed to do this or have text in the thread there as well?
Have tried submitting various threads and have re-edited showthread to no avail. Using VB 4.01.
Any ideas on this?
Gamempire
02-06-2010, 12:37 AM
my mod with automatic tweet icon (no need to upload nothing):
<!-- Facebook Share -->
<li>
<a name="fb_share" type="icon_link" href="http://www.facebook.com/sharer.php">Facebook</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
</li>
<!-- / Facebook Share -->
<li>
<img src="http://a1.twimg.com/a/1265328866/images/favicon.ico" align="left" style="margin:5px 5px 0 10px;" />
<!-- Twitter Share -->
<script type="text/javascript">
var twtTitle = document.title;
var twtUrl = location.href;
var maxLength = 140 - (twtUrl.length + 1);
if (twtTitle.length > maxLength) {
twtTitle = twtTitle.substr(0, (maxLength - 3))+'...';
}
var twtLink = 'http://twitter.com/home?status='+encodeURIComponent(twtTitle + ' ' + twtUrl);
document.write('<a href="'+twtLink+'" target="_blank"'+'>Tweet This!<'+'/a>');
</script>
<!-- / Twitter Share -->
</li>
</ul>
</li>
<!-- End Share FB -->
dangerin
02-07-2010, 07:15 AM
and where we must put this code?
ericgtr
02-08-2010, 07:33 PM
and where we must put this code?
Please see the first post in this thread for full instructions.
is_it_me
02-09-2010, 08:13 AM
This looks interesting, I am new to all this so excuse me for being a bit think, but can you confirm a couple of things:
1 - I am assuming this doesn't auto-tweet/facebook new threads, is that correct?
2 - Assuming someone has to click on it to share with twitter/FB, is it:
(a) Just the thread starter that can manually share the new thread with their twitter/FB account?
(b) Or can any registered users use it to share it with their twitter/FB account?
(c) Or is it just the thread starter and/or mods that can?
(d) Or some other combination that I haven't thought of?
Thanks in advance for any help. :)
ericgtr
02-09-2010, 01:30 PM
This looks interesting, I am new to all this so excuse me for being a bit think, but can you confirm a couple of things:
1 - I am assuming this doesn't auto-tweet/facebook new threads, is that correct?
2 - Assuming someone has to click on it to share with twitter/FB, is it:
(a) Just the thread starter that can manually share the new thread with their twitter/FB account?
(b) Or can any registered users use it to share it with their twitter/FB account?
(c) Or is it just the thread starter and/or mods that can?
(d) Or some other combination that I haven't thought of?
Thanks in advance for any help. :)
Right, one must click on the modification in order to submit to either FB or Twitter, anyone who can view the thread can submit it to their respective account.
is_it_me
02-09-2010, 04:27 PM
Right, one must click on the modification in order to submit to either FB or Twitter, anyone who can view the thread can submit it to their respective account.
That's what I thought/hoped - excellent & thanks. :)
As soon as vb4.02 is released and my site is upgraded I'll add in this mod. :cool:
benative
02-19-2010, 02:38 AM
this works 100% fine with VB 4.0.1 but I want to get this slye on vb 4.0.1https://vborg.vbsupport.ru/attachment.php?attachmentid=101076&d=1245952051 instead of dropdown. what code should I use and where do i paste it?
Joseph Witchard
03-11-2010, 02:13 AM
Does this work on vBulletin 4.0.2?
ericgtr
03-12-2010, 03:54 PM
Does this work on vBulletin 4.0.2?
Yes it still works for 4.02.
Joseph Witchard
03-14-2010, 06:02 PM
Yes it still works for 4.02.
Awesome, thanks:D
How much does adding twitter java script affect page load?
my mod with automatic tweet icon (no need to upload nothing):
<!-- Facebook Share -->
<li>
<a name="fb_share" type="icon_link" href="http://www.facebook.com/sharer.php">Facebook</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
</li>
<!-- / Facebook Share -->
<li>
<img src="http://a1.twimg.com/a/1265328866/images/favicon.ico" align="left" style="margin:5px 5px 0 10px;" />
<!-- Twitter Share -->
<script type="text/javascript">
var twtTitle = document.title;
var twtUrl = location.href;
var maxLength = 140 - (twtUrl.length + 1);
if (twtTitle.length > maxLength) {
twtTitle = twtTitle.substr(0, (maxLength - 3))+'...';
}
var twtLink = 'http://twitter.com/home?status='+encodeURIComponent(twtTitle + ' ' + twtUrl);
document.write('<a href="'+twtLink+'" target="_blank"'+'>Tweet This!<'+'/a>');
</script>
<!-- / Twitter Share -->
</li>
</ul>
</li>
<!-- End Share FB -->
glen290
04-16-2010, 09:45 AM
Does this work with VB4.03 as i cant find "<li class="popupmenu nohovermenu" id="threadtools">"in the showthread template
sebaxtian
04-18-2010, 05:01 PM
very good.. thanks
sebaxtian
04-18-2010, 05:01 PM
very good.. thanks :up:
installed now..
Peter Lo
04-28-2010, 12:41 AM
Can this work to also post to Facebook Group and Fan Page Walls rather than just User Walls?
justinnethers
05-31-2010, 08:27 PM
Does this work with VB4.03 as i cant find "<li class="popupmenu nohovermenu" id="threadtools">"in the showthread template
Just find "id="threadtools"" and you'll be good.
AURFSCAN
06-01-2010, 03:02 AM
thanks ericgtr.
I just wanted facebook without the dropdown and wanted to only show it in certain forums.
- highlighted is forums to exclude
<!-- Begin Share FB -->
<vb:if condition="in_array($thread['forumid'],array(136,85,99,167,102,168,103,93,123,121,171,17 2,88,179,173))">
<vb:else />
<li class="popupmenu nohovermenu" id="sharefb">
<h6><a name="fb_share" type="icon_link" href="http://www.facebook.com/sharer.php">Share to Facebook</a>
<script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></h6>
<ul class="popupbody popuphover">
</ul>
</li>
</vb:if>
<!-- End Share FB -->
SouthEastSxS
08-09-2010, 01:05 PM
Thats doesn't exist in 4.04 either so no good to me, I wanted to use it too LOL
SouthEastSxS
08-09-2010, 01:45 PM
Hi all,
I only use FaceBook and so I thought I would just use the FB part of this. Here is small piece of code I added and it worked.
<!-- Facebook Share -->
<li>
<a name="fb_share" type="icon_link" href="http://www.facebook.com/sharer.php">Facebook</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
</li>
<!-- Facebook Share -->
Dunno why it worked but it does. I am not a coder but I thought I would share this. My setup is in my signature.
ROTPAR
11-05-2010, 11:13 PM
Works in 4.0.6 but I have a problem with the Title and Thread Preview.....when I click on the share link for facebook, it all the time shows the plain URL and nothing more. I also don't know how I can add my forum logo picture into this. THX Great mod
Popa Andrei
11-10-2010, 11:30 AM
in 4.0.8 and the code above
<li class="popupmenu" id="threadtools">
PS anyone knows how to make the twitter icons show in the menu?
customcolor
11-12-2010, 04:04 AM
well i found another place to put this that looks great....
go to the SHOWTHREAD template
find this line..
<div id="pagination_top" class="pagination_top">
and right under it put....
Share this Thread
<!-- Twitter Share -->
<script type="text/javascript">
var twtTitle = document.title;
var twtUrl = location.href;
var maxLength = 140 - (twtUrl.length + 1);
if (twtTitle.length > maxLength) {
twtTitle = twtTitle.substr(0, (maxLength - 3))+'...';
}
var twtLink = 'http://twitter.com/home?status='+encodeURIComponent(twtTitle + ' ' + twtUrl);
document.write('<a href="'+twtLink+'" target="_blank"'+'>Tweet This<'+'/a>');
</script>
<!-- / Twitter Share -->
<span class="seperator"> </span>
<!-- Facebook Share -->
<a name="fb_share" type="icon_link" href="http://www.facebook.com/sharer.php">Facebook</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
<!-- / Facebook Share -->
https://vborg.vbsupport.ru/external/2010/11/32.jpg
BlueCheri
02-06-2011, 01:39 PM
Yes it's working fine :)
And how about the image of Twitter?
Also I have seen one forum, who has Digg link button also.
in 4.0.8 and the code above
<li class="popupmenu" id="threadtools">
PS anyone knows how to make the twitter icons show in the menu?
Merenguista
02-08-2011, 09:13 PM
thanks
cpvrx
03-24-2011, 04:51 AM
Do you have the code for this to work in the cms/blog system?
Does this apply to adding a Twitter button to blog and article posts (like Facebook currently)
Is this for the latest VBulletin 4?
Thank you.
- Edith Williams
zonaenlinea
05-09-2011, 01:43 PM
thanks
crazymilk
05-19-2011, 11:49 AM
Facebook links works but the twitter link just takes me to twitter but does not post on my twitter page
Facebook links works but the twitter link just takes me to twitter but does not post on my twitter page
Great mod, but mine is doing the same thing. The URL on the Chrome browser has the info, but it is not going into the "What's Happening?" box. We are using vB 4.1.3.
khader8888
06-11-2011, 06:45 AM
can i use this mode to Vbullten 4.1.2 ??????????
fanhockeycoach
04-29-2012, 04:02 PM
I have 4.1.12 Patch Level 1 and I can't find this code "<div id="pagination_top" class="pagination_top"> " anywhere in SHOWTHREAD
RichieBoy67
05-01-2012, 01:50 PM
I have 4.1.12 Patch Level 1 and I can't find this code "<div id="pagination_top" class="pagination_top"> " anywhere in SHOWTHREAD
Try searching for this instead in 4.1.12
<li class="popupmenu" id="threadtools"> and then post the code above as instructed..
Will this add-on automatically post threads from a specific forum, to our Facebook page, like an RSS feed?
Thank you.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.