Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

Reply
 
Thread Tools
Facebook Send Button and Google +1 (XML) Details »»
Facebook Send Button and Google +1 (XML)
Version: 1.1, by LOGECT LOGECT is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 4.1.3 Rating:
Released: 05-15-2011 Last Update: 06-15-2011 Installs: 61
Uses Plugins Auto-Templates
Translations  
No support by the author.

Info:

Add Facebook send button and Google +1 Button beside Facebook Like Button

Quote:
The Send Button allows your users to easily send your content to their friends. People will have the option to send your URL in an inbox message to their Facebook friends, to the group wall of any Facebook group they are a member of, and as an email to any email address. While the Like Button allows users to share your content with all of their friends, the Send Button allows them to send a private message to just a few friends.
Live Demo

To get this working don't forget to:
Enable Facebook like button option.
vbulletin options>facebook options>Like button xxx

Note:
Works with v 4.1.3 +


Screenshots:








Installation:

-Import XML file (as product) through AdminCP: Plugin System > Manage Products > [Add/Import Product]

To set options:
Go to: vBulletin Options > LOGECT - Facebook Send Button and Google +1

Versions:
v1.1 16 June 2011 - Added Google +1 Button
v1.0 15 June 2011 ( XML )

Download Now

File Type: xml product-logect_fbsb_gpob_v1.1.xml (4.7 KB, 282 views)

Screenshots

File Type: jpg 2011-06-16_194047.jpg (50.0 KB, 0 views)
File Type: jpg 2011-06-16_200828.jpg (120.2 KB, 0 views)
File Type: jpg 2011-06-16_201547.jpg (33.9 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
3 благодарности(ей) от:
cooljeba, mohammadxxx, UncoderMom

Comments
  #12  
Old 05-20-2011, 06:30 AM
crazymilk's Avatar
crazymilk crazymilk is offline
 
Join Date: Aug 2008
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not showing for me?
Reply With Quote
  #13  
Old 05-20-2011, 07:59 AM
Robru Robru is offline
 
Join Date: Aug 2005
Location: Netherlands
Posts: 368
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice mod, thank you!
Reply With Quote
  #14  
Old 05-20-2011, 09:56 AM
LOGECT's Avatar
LOGECT LOGECT is offline
 
Join Date: Jun 2010
Location: Copenhagen
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you all, i'm happy that you like it.


Quote:
Originally Posted by crazymilk View Post
Not showing for me?
Did you try to disable this on your navbar and see if it works ?


I'm not sure that you can use iframe+xfbml in the same page.
Attached Images
File Type: jpg fb.jpg (50.0 KB, 0 views)
Reply With Quote
  #15  
Old 05-20-2011, 03:52 PM
hiker's Avatar
hiker hiker is offline
 
Join Date: Sep 2009
Posts: 221
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I assume this isn't available for vb 4.0.2 since I don't have a 'facebook_likebutton' template?
Reply With Quote
  #16  
Old 05-21-2011, 08:38 AM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bogley View Post
I assume this isn't available for vb 4.0.2 since I don't have a 'facebook_likebutton' template?
FB integration came about in 4.0.3 reference here: http://www.vbulletin.com/forum/showt...enance-Release

If you upgrade then the functionality is built in otherwise you must add it using other methods such as http://developers.facebook.com/
Reply With Quote
  #17  
Old 05-21-2011, 09:46 AM
crazymilk's Avatar
crazymilk crazymilk is offline
 
Join Date: Aug 2008
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by LOGECT View Post
Thank you all, i'm happy that you like it.




Did you try to disable this on your navbar and see if it works ?


I'm not sure that you can use iframe+xfbml in the same page.
Sorry how do I do that? I'm a noob at this
Reply With Quote
  #18  
Old 05-21-2011, 04:48 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by crazymilk View Post
Sorry how do I do that? I'm a noob at this
If I remember correctly that comes built into that custom style correct? If yes then simply contact the style author and ask where and what code to remove and then you should be good to go!

*I would once you find the code instead of deleting simply wrap it in <vb:comment> example:

Code:
<vb:comment>THIS IS THE CODE THEY SAID TO REMOVE, ADD <vb:comment> BEFORE THE START OF THE CODE AND THEN ADD </vb:comment> AT THE END AND IT "HIDES" or "COMMENTS OUT" THAT CODE IN QUESTION!</vb:comment>
This way if you ever want it back for whatever new reason or disable this new functionality at any later point you can simply delete the <vb:comment> tags and it's back .
Reply With Quote
  #19  
Old 05-21-2011, 05:15 PM
LOGECT's Avatar
LOGECT LOGECT is offline
 
Join Date: Jun 2010
Location: Copenhagen
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for you help TheLastSuperman


Quote:
Originally Posted by crazymilk View Post
Sorry how do I do that? I'm a noob at this
I think that it's on your navbar template, open your navbar template and search for :

Code:
<div id="breadcrumb" class="breadcrumb">
there should be somethings like that after the code above:

Code:
<div class="social-top"><center><iframe scrolling="no" frameborder="0" class="twitter-share-button twitter-count-horizontal" tabindex="0" allowtransparency="true" src="http://platform0.twitter.com/widgets/tweet_button.html?_=1306001211682&amp;count=horizontal&amp;lang=en&amp;text=BOS%20Forums&amp;url={vb:raw href}" style="width: 110px; height: 20px;" title="Twitter For Websites: Tweet Button"></iframe><script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script><iframe scrolling="no" frameborder="0" allowtransparency="true" style="border:none; overflow:hidden; width:80px; height:21px;" src="http://www.facebook.com/plugins/like.php?href={vb:raw href};&amp;layout=button_count&amp;show_faces=false&amp;width=80&amp;action=like&amp;colorscheme=light&amp;height=21"></iframe></center></div>
Reply With Quote
  #20  
Old 05-25-2011, 12:45 PM
Wordplay Wordplay is offline
 
Join Date: Nov 2001
Location: Dengoku
Posts: 864
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how many e-mail addresses can people send to?
Reply With Quote
  #21  
Old 05-27-2011, 02:20 AM
Mr_Running Mr_Running is offline
 
Join Date: May 2010
Posts: 536
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Excellent !!! but the one thing about this is that it sends the names and email info of everyone and not just the person receiving it.

Example: Joe, Sally, Bob, you @mail, them @mail, Peter, etc

Is there anyway when it's received that not all the recipients names or emails delivered to the end user.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:30 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
  • Page Generation 0.05194 seconds
  • Memory Usage 2,335KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (3)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (5)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete