The secure CMS.

Welcome to Geeklog
Saturday, February 11 2012 @ 02:11 AM EST

File Management

Main : Add-ons : Plugins : 
Category: Add-ons Plugins Submitted by: gtgillis
  SocialShare Plugin    Popular
Add social networking links to the bottom of each story.

This is an updated version of the SocialShare plugin for Geeklog 1.6+.

This plugin comes with many popular share links and icons already installed and has Facebook and Google Bookmarks already enabled. Of course you can enable and disable any of the pre-installed share links or create your own.

Bug fixed where URL was broken in some cases.
(thanks cordiste and Kenji)

Added Coppermine Gallery plugin for sites that have Geeklog integrated Coppermine.

See install.txt for upgrade info.
  Ver:  1.1  Date: Nov.12.09   Rating: 0.00   399     128.15 KB  
7 comments |  Download |  File Link |  Rate this File |  Report Broken File  | 

SocialShare Plugin | 7 comments | Create New Account
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Bug
Authored by: gtgillis on Thursday, November 12 2009 @ 07:03 PM EST

1000ideen reported a bug in the admin page.

Edit functions.inc and change line 378

from this

if (!isset($A['sid'])) {


to this

if (!isset($A['sid']) && !$type="admin_page") {


I'll post an updated archive shortly.

SocialShare Plugin
Authored by: gtgillis on Thursday, November 12 2009 @ 07:14 PM EST

Make that line 376.

SocialShare Plugin
Authored by: Pushkar on Wednesday, November 18 2009 @ 06:35 AM EST
what I need to do that title of story passed in cp1251 charset? because when i click on google bookmarks for example on my site (http://5mv.ru/article.php/noveyshiy_k...dow_RS_750) title is displaying like "????????????????????"
Thanks
SocialShare Plugin
Authored by: Dan Stoner on Monday, November 29 2010 @ 10:32 PM EST

Great plugin, but hard to install (on geeklog 1.7).

THANK YOU for the bug fix, too.

I might be interested in doing some Plugin updates / documentation clean up for these little issues. Someone let me know how best to participate and get those fixes back here at geeklog.net.


On a different note... I edited storytext.thtml in my theme to get the socialshareicons to show up.

I found that the following code (rather than using CENTER tags) works well when placed in between the two divs that make up the story body and the story footer. e.g. put this code after the div close tag for div class="story-body".

<div class="story-body">
{story_text_no_br}
</div>

<div class="story-footer">
{socialshareicons}
</div>

<div class="story-footer">
...


The story-footer style is already defined to center content within the div and one more div in the main content column does not seem to screw with the Professional layout.

SocialShare Plugin
Authored by: worldfooty on Saturday, January 08 2011 @ 05:18 AM EST

How did this go? I figure Facebook etc is now so rampant I'd be neglectful if I didn't let me readers Like stories and share them etc.

Is this worth installing? I'm put off if it is messy. Is it not a simple plugin?

SocialShare Plugin
Authored by: Dan Stoner on Friday, June 03 2011 @ 09:22 AM EDT
I'm glad to have the socialshare plugin installed on my site.

You can see it in action here (the little icons allow "easy" sharing to many social networking sites): http://thatlinuxbox.com/blog/article....9224224932
SocialShare Plugin
Authored by: worldfooty on Friday, June 03 2011 @ 10:34 PM EDT

Yeah I ended up using it too. It needed some fixes which I think were discussed on the Forum somewhere. All seems to be working fine for me now.