vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   Add-On Releases - Publish VBulletin Stuff to FaceBook (https://vborg.vbsupport.ru/showthread.php?t=206189)

Cobra-J82 02-21-2009 10:00 PM

Publish VBulletin Stuff to FaceBook
 
1 Attachment(s)
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>

6- Then Add this Code below it:
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>

The RED Font Indicates the Forums You wish to EXCLUDE
(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 :p

Chadi 02-22-2009 05:27 AM

Your install instructions are non-existent.

Sweeks 02-22-2009 09:56 AM

Theyre clear enough for me, he just doesnt use a specific example of where to place the code but he does state anywhere :) Installed
________
I Inhale

hobbybox 02-22-2009 12:12 PM

what template do we add this to?

ArnyVee 02-22-2009 01:14 PM

Okay, so is this just another way to 'import' a 'feed' into Facebook? I have my RSS feed already going to my Facebook account and it comes through as a note.

What else does this do?

Cobra-J82 02-22-2009 02:04 PM

I hope I am more clear now :p
It was like 2 am when I found how to do this publish thing lol
Please read again and ask if you have a queston

ArnyVee
This is just a simple template edit which will allow your users to publish threads they like to there profile, just like in youtube.com for example, you see there is a facebook button under every video, when you click on it it will share the video on your profile.

ArnyVee 02-22-2009 02:23 PM

Ahh...gotcha Cobra. Thanks for the explanation :D

Cobra-J82 02-22-2009 03:30 PM

Okay Guys I have added a way to exclude certain forums from using the faecbook in thread, its a traditional way I know, i dont know if ther is another way lol, but its workin fine for me.
I have added:

<if condition="$forum[forumid]=='10,20,30'">
<else />


At the begining and:

</if> at the end

Cobra-J82 02-22-2009 03:46 PM

Quote:

Originally Posted by ArnyVee (Post 1751445)
Ahh...gotcha Cobra. Thanks for the explanation :D

Welcome Arny ;)

Forum Lover 02-24-2009 02:14 AM

Tagged. How can I do the same for my vb blog? Thanks in advance. :)

Cobra-J82 02-24-2009 12:02 PM

1 Attachment(s)
Quote:

Originally Posted by Forum Lover (Post 1752885)
Tagged. How can I do the same for my vb blog? Thanks in advance. :)

;)
----------------------------------------------------------------------------------------------
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>
6-Add the following code BFEFORE it
<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>

The GREEN Font Needs to be changed
----------------------------------------------------------------------------------------------
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&amp;b=$bloginfo[blogid]">
<img src="$stylevar[imgdir_misc]/blog/email_go.gif" border="0" class="inlineimg" alt="$vbphrase[email_blog_entry]" />
</a>
</if>

After That add:
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>

The GREEN Font Needs to be changed
----------------------------------------------------------------------------------------------
Take Note that there is a slight difference between the code added beside the title and the one added beside the email entry.
Cheers

JohorBahru 04-16-2009 03:56 AM

hi, could I use this for 3.7.6?
thank you :)

Cobra-J82 04-16-2009 11:46 AM

Quote:

Originally Posted by JohorBahru (Post 1792205)
hi, could I use this for 3.7.6?
thank you :)

Yes Sir :)

all-in 04-16-2009 02:03 PM

1 Attachment(s)
Is this the same thing that place the facebook logo at the bottom of each post and allows you to share with fb?

Cobra-J82 04-16-2009 02:15 PM

Quote:

Originally Posted by all-in (Post 1792516)
Is this the same thing that place the facebook logo at the bottom of each post and allows you to share with fb?


Exactly
Plus you can put the Facebook link whereever u want on ur Vbulletin (Blog, Video Directory, Downloads).

TNCclubman 04-16-2009 04:40 PM

Quote:

Originally Posted by ArnyVee (Post 1751391)
Okay, so is this just another way to 'import' a 'feed' into Facebook? I have my RSS feed already going to my Facebook account and it comes through as a note.

What else does this do?

How do you do that (feed from vB into FB as a note)

all-in 04-16-2009 05:44 PM

Okay I have added the code and fb logo but nothing is showing up?

MoveOver.cc 04-17-2009 06:19 PM

is it possible so that the message will go automatically to facebook.

Thx

DobieGillis? 04-17-2009 06:39 PM

this mod works great. Installed!

nonsolofitness 06-12-2009 10:00 AM

hi, could I use this for 3.6.9?
thank you :)

Cobra-J82 07-11-2009 05:11 AM

Quote:

Originally Posted by all-in (Post 1792670)
Okay I have added the code and fb logo but nothing is showing up?

Please provide more information
Follow the steps exactly
Im sure it will work ;)

Cobra-J82 07-11-2009 05:12 AM

Quote:

Originally Posted by MoveOver.cc (Post 1793461)
is it possible so that the message will go automatically to facebook.

Thx

Not in this thread, but im sure there is something out there that does what you need ;)

Cobra-J82 07-11-2009 05:12 AM

Quote:

Originally Posted by DobieGillis? (Post 1793469)
this mod works great. Installed!

Cheers :cool:

Cobra-J82 07-11-2009 05:13 AM

Quote:

Originally Posted by nonsolofitness (Post 1828189)
hi, could I use this for 3.6.9?
thank you :)

Yea you can use it on any version, it is only simple template edits ;)

vfaguilera 08-01-2009 11:34 PM

very nice, installed.

Zi55 08-04-2009 10:21 PM

allah m7yee aslak ya Cobra :D 7ababi ante w abo wadee3

Entonadoscl 08-11-2009 06:15 AM

work perfect

nice bro...

mark install ^^

realdx 10-07-2009 03:39 PM

1 Attachment(s)
Hi there Cobra, and thanks for the nice and clean Hack!
I've been trying without luck, so after struggling I came to you in search of help,
how do I place the lovely FB share button near the title of the video in the window border in the video directory remixed product?
I wanna try and see if the baby shares the video from the board to fb with the thumb preview!!
thanks a lot for your work, ciao from Italy!!

Cobra-J82 10-07-2009 03:47 PM

Quote:

Originally Posted by Zi55 (Post 1861490)
allah m7yee aslak ya Cobra :D 7ababi ante w abo wadee3

Quote:

Originally Posted by Entonadoscl (Post 1864964)
work perfect

nice bro...

mark install ^^


Cheers zi55 ;)

Welcom Entona ;)

Cobra-J82 10-07-2009 03:48 PM

Quote:

Originally Posted by realdx (Post 1896174)
Hi there Cobra, and thanks for the nice and clean Hack!
I've been trying without luck, so after struggling I came to you in search of help,
how do I place the lovely FB share button near the title of the video in the window border in the video directory remixed product?
I wanna try and see if the baby shares the video from the board to fb with the thumb preview!!
thanks a lot for your work, ciao from Italy!!


I will get back to you in an hour ;)
Ther is always a solution :)

realdx 10-07-2009 04:22 PM

Hiayaaaaa!! thanks, just tried some more, but no luck.. also another question, how do I place the button in any post of the thread and not only the first one?
I immagine the situation of an user willing to share on FB one image or video found in a post, if it's the first post, then well, but if it's #276? maybe adding the button in every post will share on fb a direct link to the thread/post with the preview of the image or video contained in that post.
that would be a massive attention getter on FB for the board..
thank you for your time! I really appreciate! :)

realdx 10-11-2009 11:04 AM

Greetings Cobra! Any news or too busy to check it out?
Whatever, thanks anyway!! :)

itsheinz 10-16-2009 09:42 AM

very nice ..thanks for this :)

realdx 10-26-2009 11:10 AM

Greetings Cobra, hate to bug, but 20 days passed by since your "I'll be back in an hour".. please dont take it bad, I really appreciate the work, and always be gratefull, more than this I have no intention to argue, I guess you have better things to do.. and I guess "whatever" is a better thing to do than this.. hehehehe but an update would be appreciated, even a negative one, so I just stop pass & pass & pass by to see if something happened.. probably is just not possible, I'm fine with it, just let me know.. thank you again! :)

edit: I was also wondering if it was possible to have the button at the top of the first post instead of having it at the end.. thx!

Cobra-J82 10-26-2009 11:26 PM

realdx man im realy sorry for all of this :(, the problem I have just started a new job and cant wait to go back hom and relax a bit, I'm realy sory as I have forgoten all about this, I usually have off on wednesday, so probably Wednesday Night I will work on ur requests I promise, please forgive me mio amico :)

Mean while please PM your msn or yahoo messenger or xifre or wat ever you use to talk to people, i think it will be easier to discuss ther as everytemplate has different design then the other ;)

realdx 10-28-2009 02:45 PM

Hi there Cobra, nice to read you back.. just take your time. no probs at all! Sorry but I dont use any chat app.. I suffer of bad tendinitis due to mouse/pc abuse and one of the first thing I had to cut were those chit-chat proggies.. :(

Brandon Sheley 10-28-2009 04:21 PM

nice mod, thanks for sharing :)

steeler7 11-03-2009 07:30 PM

I have a question about this Mod. anyone could probably help answer my question...

Does this Mod enable more than Just a link back to my message board and a small font title of the thread like the social bookmarks "share" feature? I'm looking for something that will publish perhaps entire threads or posts at Facebook, or something more than what the Social bookmark "share" feature for vbulletin does.

Thanks

pablete 11-19-2009 03:04 PM

Quote:

Originally Posted by Cobra-J82 (Post 1751503)
Okay Guys I have added a way to exclude certain forums from using the faecbook in thread, its a traditional way I know, i dont know if ther is another way lol, but its workin fine for me.
I have added:

<if condition="$forum[forumid]=='10,20,30'">
<else />


At the begining and:

</if> at the end

This is not working for me.... the icon to facebook shows still in the forums that i put in the code.......

Helpppppppp XD!:D

AshMagic 01-10-2010 10:13 PM

This is a brilliant mod! Thanks


All times are GMT. The time now is 03:24 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01479 seconds
  • Memory Usage 1,829KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete