The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
More Share Options TNG by BOP5 (Facebook, Twitter, Google +1, AddThis) Share Buttons Details »» | ||||||||||||||||||||||||||||||||
More Share Options TNG by BOP5 (Facebook, Twitter, Google +1, AddThis) Share Buttons
Developer Last Online: Aug 2023
Brought to you by BirdOPrey5
www.Qapla.com Current Version: 3.2 More Share Options The Next Generation (v 3.0) is a complete rewrite of my "More Share Options" mod. If you are looking for the old version I am keeping it attached (More Share Options for VB4 by BOP5v261.zip) but it will no longer be updated or supported. The purpose of the mod is to add additional share "buttons" (Besides Facebook Like) to vBulletin. Demo: Practically every page of Qapla.com has the "Gold" version enabled. There is GOLD Version with additional features available at: http://www.qapla.com/mods/showthread...4-by-BOP5-GOLD The FREE Version allows sharing to the following sites:
The FREE Version also has the following Style Vars for basic styling:
The GOLD Version has all of the above PLUS the following additional share options:
The GOLD Version also has additional Style Vars for complete control of Share Bar Styling:
(Both FREE and GOLD can be completely customized by CSS as well if you prefer not to use Style Vars.) Some of the major differences between More Share Options TNG and the Original Version:
As with the prior version, fast loading Asynchronous JavaScript is used everywhere possible. IMPORTANT UPGRADE NOTICE! If you are "upgrading" from an old version (any version less than 3.0) be aware this version (TNG) has been coded as a completely new and separate mod. It will NOT upgrade an old version. I suggest if you run an old version of "More Share Options" you disable it via Product Manager in Admin CP. Install and configure this new mod and make sure it works and you like it. If you do like it then you can uninstall the old mod from Product Manager. IMPORTANT - Some users have reported the new mod will not run until the old mod is uninstalled. If you have installed 3.0 and it is not running, please try uninstalling the old mod first. VBSEO Compatibility: UPDATE: It has been reported working with VBSEO! Basically I have no idea how compatible this may be with VBSEO as I don't have access to a VBSEO enabled forum. If you use VBSEO be sure it works as designed (you can share pages.) Test share 3 pages: The Forum Home, a Thread (showthread), and a Forum (forumdisplay) - if all 3 shares work I am confident the mod will work completely for you. I suggest you use Twitter or Facebook for your testing. If you do run into VBSEO issues please post here and I will do my best to fix. General Compatibility: This has been tested as far back a VB 4.0.8 and as recent as VB 4.2.0. It is expected to work on all VB 4.x.x versions however if you have a very old version of VB please try the FREE version before purchasing the Gold to ensure compatibility. This is not compatible with VB 3.x. As of version 3.2.0 there is a recommended manual file edit for those running VB 4.1.9 or below. Admin CP Full Screen Shot: http://www.qapla.com/mods/ss/msotng_admincp_free.jpg VB 3.8 Version Here. Please Mark as Installed if you use this. Donations always appreciated. :up: To be clear the New (TNG) Version is: More Share Options TNG FREE (v 3.2) by BOP5.zip ------------------------------------------------------ Please "Mark as Installed" if you use this. Donations always appreciated. :up: Nominate MOTM if you LOVE it! Download Now
Screenshots
Show Your Support
|
39 благодарности(ей) от: | ||
Adrijan, Alecsmith, archet1337, AttalaEA, BlueCheri, CharlieDelta, da_judge, Dr.osamA, dr.tawy, Erica1977, FighterO'Foo, ForceHSS, hasidoo, iiioroh, JamalFree, Jasem, junaid, KevinL, kylek, Kzyl-orda, mapleleaffans, michal72, mohammadxxx, Mukashi, OlijO, pitt34, puertoblack2003, RPSmedia, Sam-TheMaster, Sayid, smirkley, sweetpotato, synseal, Taurus1, TheLastSuperman, Trangalleiro, troyuncucom, un? in?, yamahapaul |
Comments |
#152
|
||||
|
||||
I'm using 4.1.4 PL 2.
I'm not even able to get the Facebook connect button to show up, either in my custom style or the default. |
#153
|
||||
|
||||
OK, disregard, I did two things. I double checked my facebook app settings, INCLUDING click on the "Web" item on the left, and filling that information out.
|
#154
|
|||
|
|||
Quote:
The "web" section on the facebook app wasnt filled out, but I just did that and still no go with the mod showing up. Although my scenario is different cause my facebook stuff does show up. |
#155
|
||||
|
||||
I'm trying to figure out what could case nothing at all to show without any kind of error... very weird indeed.
Can you guys confirm the existence of the more_share_options template in your styles and that is isn't empty? |
#156
|
|||
|
|||
Quote:
HTML Code:
<!-- More Share Options by BOP5 Start --> <!-- Alignment and Setup. Do not edit this. --> <div class="bop5share" style="<vb:if condition="($bopright == 2 AND THIS_SCRIPT=='showthread') OR (THIS_SCRIPT=='album' AND $boppics == 2) OR (THIS_SCRIPT=='member' AND $bopprofiles == 2) OR (THIS_SCRIPT=='index' AND ($vboptions['bop5more_home'] == 2 OR $vboptions['bop5more_home'] == 4))">float:right;<vb:else /><vb:if condition="THIS_SCRIPT=='album'">float:left;</vb:if></vb:if><vb:if condition="THIS_SCRIPT=='member' AND $bopprofiles == 2"> margin-bottom:5px;</vb:if><vb:if condition="THIS_SCRIPT=='index' AND $vboptions['bop5more_home'] == 1"> margin-top:10px;</vb:if><vb:if condition="THIS_SCRIPT=='index' AND ($vboptions['bop5more_home'] == 3 OR $vboptions['bop5more_home'] == 4)"> margin-top:20px;</vb:if>"> <table border="0" style="padding:1px;"><tr> <vb:if condition="THIS_SCRIPT=='member'"><td width="20"> </td></vb:if> <!-- End Alignment and Setup. --> <!-- Facebook Like/Recommend START --> <vb:if condition="$vboptions['bop5more_fbtype'] == 1"> <td> <fb:like href="{vb:raw bophref}" font="tahoma" layout="standard" send="false" show_faces="false" width="260" action="like" colorscheme="{vb:raw boplord}"></fb:like> </td> </vb:if> <vb:if condition="$vboptions['bop5more_fbtype'] == 2"> <td> <fb:like href="{vb:raw bophref}" font="tahoma" layout="button_count" send="false" show_faces="false" action="like" colorscheme="{vb:raw boplord}"></fb:like> </td> </vb:if> <vb:if condition="$vboptions['bop5more_fbtype'] == 5"> <td> <fb:like href="{vb:raw bophref}" font="tahoma" layout="standard" send="false" show_faces="false" width="350" action="recommend" colorscheme="{vb:raw boplord}"></fb:like> </td> </vb:if> <vb:if condition="$vboptions['bop5more_fbtype'] == 6"> <td width="125"> <fb:like href="{vb:raw bophref}" font="tahoma" layout="button_count" send="false" show_faces="false" action="recommend" colorscheme="{vb:raw boplord}"></fb:like> </td> </vb:if> <vb:if condition="$vboptions['bop5more_fbtype'] == 99"> <td> <div align="center" width="280" style="float:left;"> <iframe id="fb_likeframe" src="http://www.facebook.com/plugins/like.php?href={vb:raw bophrefen}&layout=standard&show_faces=false&width=260&action=like&font=tahoma&colorscheme={vb:raw boplord}&height=27" scrolling="no" frameborder="0" allowTransparency="true"></iframe> </td> </vb:if> <vb:if condition="$vboptions['bop5more_fbtype'] == 90"> <td> <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><style> html .fb_share_button { display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?6:26981) no-repeat top right; } html .fb_share_button:hover { color:#fff; border-color:#295582; background:#3b5998 url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?6:26981) no-repeat top right; text-decoration:none; } </style> <a rel="nofollow" href="http://www.facebook.com/share.php?u={vb:raw bophrefen}" class="fb_share_button" onclick="return fbs_click()" target="_blank" style="text-decoration:none;">Share</a> </td> <td width="10"> </td> </vb:if> <!-- Facebook Like/Recommend END --> <!-- Facebook Send START --> <vb:if condition="$bopfbsend == 'true'"> <td> <fb:send <vb:if condition="$bophref">href= |
#157
|
||||
|
||||
OK, I was able to get my facebook thing to show up, but it's only showing the "like" button. I tried to enable Google +1, but there is nothing showing up.
Here are the contents of my more_share_options template. If you'd like access to my forum for troubleshooting, let me know. Code:
<!-- More Share Options by BOP5 Start --> <!-- Alignment and Setup. Do not edit this. --> <div class="bop5share" style="<vb:if condition="($bopright == 2 AND THIS_SCRIPT=='showthread') OR (THIS_SCRIPT=='album' AND $boppics == 2) OR (THIS_SCRIPT=='member' AND $bopprofiles == 2) OR (THIS_SCRIPT=='index' AND ($vboptions['bop5more_home'] == 2 OR $vboptions['bop5more_home'] == 4))">float:right;<vb:else /><vb:if condition="THIS_SCRIPT=='album'">float:left;</vb:if></vb:if><vb:if condition="THIS_SCRIPT=='member' AND $bopprofiles == 2"> margin-bottom:5px;</vb:if><vb:if condition="THIS_SCRIPT=='index' AND $vboptions['bop5more_home'] == 1"> margin-top:10px;</vb:if><vb:if condition="THIS_SCRIPT=='index' AND ($vboptions['bop5more_home'] == 3 OR $vboptions['bop5more_home'] == 4)"> margin-top:20px;</vb:if>"> <table border="0" style="padding:1px;"><tr> <vb:if condition="THIS_SCRIPT=='member'"><td width="20"> </td></vb:if> <!-- End Alignment and Setup. --> <!-- Facebook Like/Recommend START --> <vb:if condition="$vboptions['bop5more_fbtype'] == 1"> <td> <fb:like href="{vb:raw bophref}" font="tahoma" layout="standard" send="false" show_faces="false" width="260" action="like" colorscheme="{vb:raw boplord}"></fb:like> </td> </vb:if> <vb:if condition="$vboptions['bop5more_fbtype'] == 2"> <td> <fb:like href="{vb:raw bophref}" font="tahoma" layout="button_count" send="false" show_faces="false" action="like" colorscheme="{vb:raw boplord}"></fb:like> </td> </vb:if> <vb:if condition="$vboptions['bop5more_fbtype'] == 5"> <td> <fb:like href="{vb:raw bophref}" font="tahoma" layout="standard" send="false" show_faces="false" width="350" action="recommend" colorscheme="{vb:raw boplord}"></fb:like> </td> </vb:if> <vb:if condition="$vboptions['bop5more_fbtype'] == 6"> <td width="125"> <fb:like href="{vb:raw bophref}" font="tahoma" layout="button_count" send="false" show_faces="false" action="recommend" colorscheme="{vb:raw boplord}"></fb:like> </td> </vb:if> <vb:if condition="$vboptions['bop5more_fbtype'] == 99"> <td> <div align="center" width="280" style="float:left;"> <iframe id="fb_likeframe" src="http://www.facebook.com/plugins/like.php?href={vb:raw bophrefen}&layout=standard&show_faces=false&width=260&action=like&font=tahoma&colorscheme={vb:raw boplord}&height=27" scrolling="no" frameborder="0" allowTransparency="true"></iframe> </td> </vb:if> <vb:if condition="$vboptions['bop5more_fbtype'] == 90"> <td> <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><style> html .fb_share_button { display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?6:26981) no-repeat top right; } html .fb_share_button:hover { color:#fff; border-color:#295582; background:#3b5998 url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?6:26981) no-repeat top right; text-decoration:none; } </style> <a rel="nofollow" href="http://www.facebook.com/share.php?u={vb:raw bophrefen}" class="fb_share_button" onclick="return fbs_click()" target="_blank" style="text-decoration:none;">Share</a> </td> <td width="10"> </td> </vb:if> <!-- Facebook Like/Recommend END --> <!-- Facebook Send START --> <vb:if condition="$bopfbsend == 'true'"> <td> <fb:send <vb:if condition="$bophref">href=”{vb:raw bophref}”</vb:if> font=”tahoma" colorscheme="{vb:raw boplord}"></fb:send> </td> <td> </td> </vb:if> <!-- Facebook Send END --> <!-- Twitter Tweet START --> <vb:if condition="$boptwit"> <td> <a href="http://twitter.com/share" class="twitter-share-button" data-count="<vb:if condition="$boptwit == 2">none<vb:else />horizontal</vb:if>" data-via="{vb:raw boptwitname}" data-related="{vb:raw boptwitname2}" data-url="{vb:raw bophref}" lang="en">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> </td> <vb:if condition="($boptwit == 2 AND !$bopdigg AND !$bopgoog AND !$bopsutype AND !$boplinkedin AND $bopaddthis == 2) OR ($boptwit == 2 AND !$bopdigg AND !$bopgoog AND $bopsutype) OR ($boptwit == 2 AND !$bopdigg AND !$bopgoog AND !$bopsutype AND $boplinkedin) OR ($boptwit == 2 AND (THIS_SCRIPT != 'index' OR $vboptions['bop5more_home'] != 5))"><td> </td></vb:if> </vb:if> <!-- Twitter Tweet END --> <!-- Digg START --> <vb:if condition="$bopdigg"> <td> <div style="position:relative; top:0px; left:0px;"> <script type="text/javascript"> (function() { var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0]; s.type = 'text/javascript'; s.async = true; s.src = 'http://widgets.digg.com/buttons.js'; s1.parentNode.insertBefore(s, s1); })();</script> <a class="DiggThisButton Digg<vb:if condition="$bopdigg == 1">Compact<vb:else />Icon</vb:if>" href="http://digg.com/submit?url={vb:raw bophrefen}"></a> </div> </td> <vb:if condition="(($bopsutype AND !$bopgoog) OR (!$bopsutype AND $boplinkedin AND !$bopgoog) OR (!$bopsutype AND !$boplinkedin AND $bopaddthis == 2 AND !$bopgoog) OR ($bopdigg AND (THIS_SCRIPT != 'index' OR $vboptions['bop5more_home'] != 5)))"><td> </td></vb:if> </vb:if> <!-- Digg END --> <!-- Google+1 START --> <vb:if condition="$bopgoog"> <td> <div> <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> <g:plusone size="medium" style="width:70px;" count="<vb:if condition="$bopgoog == 2">false<vb:else />true</vb:if>" href="{vb:raw bophref}"></g:plusone> </div> </td> <vb:if condition="$bopgoog == 2"><td> </td></vb:if> </vb:if> <!-- Google+1 END --> <!-- StumbleUpon START --> <vb:if condition="$bopsutype"> <td> <script src="http://www.stumbleupon.com/hostedbadge.php?s={vb:raw bopsutype}&r={vb:raw bophrefen}"></script> <vb:if condition="$boplinkedin OR $bopaddthis == 2"><td> </td></vb:if> </td> <vb:if condition="(!$boplinkedin == 2 AND (THIS_SCRIPT != 'index' OR $vboptions['bop5more_home'] != 5))"><td> </td></vb:if> </vb:if> <!-- StumbleUpon END --> <!-- Linked In START --> <vb:if condition="$boplinkedin"> <td> <script type="text/javascript" src="http://platform.linkedin.com/in.js"></script><script type="in/share" data-url="{vb:raw bophref}" <vb:if condition="$boplinkedin == 1">data-counter="right"</vb:if>></script> <vb:if condition="$bopaddthis == 2 OR ($bopaddthis AND (THIS_SCRIPT != 'index' OR $vboptions['bop5more_home'] != 5))"><td> </td></vb:if> </td> </vb:if> <!-- Linked In END --> <!-- AddThis START --> <vb:if condition="$bopaddthis"> <vb:if condition="$bopaddthis == 1"> <td> <div class="addthis_toolbox addthis_default_style " addthis:url="{vb:raw bophref}"> <a class="addthis_counter addthis_pill_style"></a></div></div> <script type="text/javascript">var addthis_config = {"data_track_clickback":true};</script> <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid={vb:raw bopaddthisid}"></script> <script type="text/javascript"> window.onerror = null; var addthis_config = { services_exclude: 'print<vb:if condition="$vboptions['bop5more_fbtype']">, facebook</vb:if><vb:if condition="$boptwit">, twitter</vb:if><vb:if condition="$bopdigg">, digg</vb:if><vb:if condition="$bopsutype">, stumbleupon</vb:if>' } </script> </td> <vb:else /> <td> <a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pubid={vb:raw bopaddthisid}"><img src="{vb:raw vboptions.bburl}/images/misc/addthis_button.png" alt="Bookmark and Share" style="border:0; position:relative; top:-1px;"/></a><script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid={vb:raw bopaddthisid}"></script> <script type="text/javascript"> window.onerror = null; var addthis_config = { services_exclude: 'print,<vb:if condition="$vboptions['bop5more_fbtype']">, facebook</vb:if><vb:if condition="$boptwit">, twitter</vb:if><vb:if condition="$bopdigg">, digg</vb:if><vb:if condition="$bopsutype">, stumbleupon</vb:if>' } </script> </td> </vb:if> </vb:if> <!-- AddThis END --> <!-- DO NOT EDIT BELOW THIS LINE --> </tr></table> <vb:if condition="$bopfbold"> <span id="fb-root"></span><script src="http://connect.facebook.net/en_US/all.js#appId={vb:raw vboptions.facebookappid}&xfbml=1"></script> </vb:if> </div> <vb:if condition="THIS_SCRIPT=='album' AND $boppics"> <br /> </vb:if> <!-- More Share Options by BOP5 End --> |
#158
|
|||
|
|||
hey, you got way more in your template then mine, lol.
|
#159
|
|||
|
|||
Can this mod be set to just display in blog posts and not in forum threads (even if they are publically viewable sections) or member profiles?
|
#160
|
|||
|
|||
I uninstalled and reinstalled, my template file still looks incomplete like how i posted above.
|
#161
|
||||
|
||||
Quote:
if the template still isn't full just copy and paste the full template odln018 posted in and see if it works- but you probably have bigger problems then just the template. Yes, you can individually enable or disable more share options in each location (except albums and pictures are both or neither.) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|