The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Publish VBulletin Stuff to FaceBook Details »» | |||||||||||||||||||||||||||||
I found this share link on facebook that will help your users and urself share threads, posts (Basically where ever you put this code on the VB page they will be able to send it to there Facebook Profile).
http://www.facebook.com/share_partners.php Click this link and you will know what to do Just Copy the Code and Put it anywhere on your Vbulletin Page --------------------------------------------------------------------------------- Here is How to Publish a Thread to FaceBook Keeping the Facebook Publish Button on a First Post of a Thread Only (Follow Steps):- 1-AdminCP 2- Styles & Templates 3- Search in Templates 4- Look for Postbit_legacy or Postbit (Which Ever one you Use) 5- In there look for the code: Code:
<if condition="$show['quickreply'] AND !$show['threadedmode']"> <a href="$post[replylink]" rel="nofollow" id="qr_$post[postid]" onclick="return false"> <img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /> </a> </if> Code:
<if condition="$forum[forumid]=='10,20,30'"> <else /> <if condition="$post[postcount] == 1"> <script>function fbs_click() {u=location.href;t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u) +'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;}</script><a href="http://www.facebook.com/share.php?u= <http://www.YOURSITE.com>" onclick="return fbs_click()" target="_blank"> <img src="http://www.YOURSITE.com/FaceBookIMAGEPATH" alt="Share on facebook" style="border-style: none"/> </a> </if> </if> (lol traditional way I dont know if there is any other way) The GREEN Font Needs to be changed too Save and you are done. My photoshop knowledge is limited but I would be happy to help you create one, just send me how you want it to be and I will try to create one for you In the Screenshot you can see how the facebook button is after the quickreply button now. --------------------------------------------------------------------------------- My forum has VB 3.8.1 on it. Have a Good Day Mark AS Installed would be Nice Screenshots
Show Your Support
|
Comments |
#12
|
||||
|
||||
Quote:
---------------------------------------------------------------------------------------------- This will Place the Facebook Icon after you Blog Title Steps: 1- AdminCP 2- Styles & Templates 3- Search in Templates 4- Look For blog_show_entry 5- In there look for the code Code:
</h1> <if condition="$post[postcount] == 1"> Code:
<script>function fbs_click() {u=location.href;t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u) +'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;}</script><a href="http://www.facebook.com/share.php?u= <http://www.YOURSITE.com>" onclick="return fbs_click()" target="_blank"> <img src="http://www.YOURSITE.com/FaceBookIMAGEPATH" alt="Share on facebook" style="border-style: none"/> </a> ---------------------------------------------------------------------------------------------- If you wana place it beside the icon which emails the blog entry In the same template blog_show_entry Look for: Code:
<if condition="$show['emailentry']"> <a href="blog.php?$session[sessionurl]do=sendtofriend&b=$bloginfo[blogid]"> <img src="$stylevar[imgdir_misc]/blog/email_go.gif" border="0" class="inlineimg" alt="$vbphrase[email_blog_entry]" /> </a> </if> Code:
<script>function fbs_click() {u=location.href;t=document.title;window.open ('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u) +'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436 ');return false;}</script><a href="http://www.facebook.com/share.php?u=< http://www.YOURSITE.com>" onclick="return fbs_click()" target="_blank"><img src=" http://www.YOURSITE.com/FaceBookIMAGEPATH" border="0" class="inlineimg" alt="Share on facebook" style="border-style: none"/></a> ---------------------------------------------------------------------------------------------- Take Note that there is a slight difference between the code added beside the title and the one added beside the email entry. Cheers |
#13
|
|||
|
|||
hi, could I use this for 3.7.6?
thank you |
#14
|
||||
|
||||
|
#15
|
|||
|
|||
Is this the same thing that place the facebook logo at the bottom of each post and allows you to share with fb?
|
#16
|
||||
|
||||
Quote:
Exactly Plus you can put the Facebook link whereever u want on ur Vbulletin (Blog, Video Directory, Downloads). |
#17
|
||||
|
||||
How do you do that (feed from vB into FB as a note)
|
#18
|
|||
|
|||
Okay I have added the code and fb logo but nothing is showing up?
|
#19
|
|||
|
|||
is it possible so that the message will go automatically to facebook.
Thx |
#20
|
|||
|
|||
this mod works great. Installed!
|
#21
|
|||
|
|||
hi, could I use this for 3.6.9?
thank you |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|