[PLUGIN] Ridiculously Responsive Social Sharing Buttons

User avatar
Fred
Legend Bludit
Posts: 236
Joined: Wed Jun 24, 2015 2:14 pm
Location: France
Contact:

Ridiculously Responsive Social Sharing Buttons

RRSSB is the ideal tool to use with your social sharing toolbars when working on responsive layouts.
Image
Image

On this plugin is possible to activate your preferred social network.

Download
  • 2016/08/12 - Version 1.5: Fallback Bludit 1.4 compatibilty & ready for 1.5Beta rrssb.zip 103KB
2016/03/10 - Version 1.8.2: rrssb.zip
  • - Last compatibility update to Bludit 1.1.2
  • - Add Instagram option.
  • - Fix Url for youtube channel.
  • - Add option for display in pages or posts or pages and posts.
2015/08/08 - Version 1.8.1d: rrssb-1.8.1d.zip
  • - Last compatibility update to Bludit 0.1 rc2
  • - Add a check all checkbox
2015/07/30 - Version 1.8.1a
- Change script plugin load only in plugin configuration
rrssb-1.8.1a.zip

2015/07/26 - Version 1.8.1
rrssb-1.8.1.zip (36 KB)
Last edited by Fred on Fri Aug 12, 2016 9:24 pm, edited 8 times in total.
╰☆╮Bludit╰☆╮ is a open source and community contributions are essential to project success!
You are looking for a light forum based Json? Try my project Flatboard, it is free. ;)
Sorry for my little english, i'm french :oops:
User avatar
Fred
Legend Bludit
Posts: 236
Joined: Wed Jun 24, 2015 2:14 pm
Location: France
Contact:

Done!
╰☆╮Bludit╰☆╮ is a open source and community contributions are essential to project success!
You are looking for a light forum based Json? Try my project Flatboard, it is free. ;)
Sorry for my little english, i'm french :oops:
User avatar
Fred
Legend Bludit
Posts: 236
Joined: Wed Jun 24, 2015 2:14 pm
Location: France
Contact:

Update!
╰☆╮Bludit╰☆╮ is a open source and community contributions are essential to project success!
You are looking for a light forum based Json? Try my project Flatboard, it is free. ;)
Sorry for my little english, i'm french :oops:
MarkDusko
Jr. Bludit
Posts: 2
Joined: Wed Aug 05, 2015 4:19 pm

I like this plugin but it only shows the the buttons on the page list on the sidebar. How do I remove the buttons from the side bar and put them on the end of each post?
MarkDusko
Jr. Bludit
Posts: 2
Joined: Wed Aug 05, 2015 4:19 pm

I think I figured it out. I called the plugin at a different place and re styled it a bit.

So far, I like Bludit. Thanks for all the hard work on it!
DawidXT
Sr. Bludit
Posts: 38
Joined: Wed Jul 15, 2015 3:56 pm

Fred wrote:Ridiculously Responsive Social Sharing Buttons
How I can remove the social icons from sidebar, and put them under my every post ?

code:

Code: Select all

<?php Theme::plugins('getRRSSB'); ?>
seems to be not working, because I am getting this error:

Code: Select all

Notice: Undefined index: getRRSSB in /Users/name/www/bludit/bl-kernel/helpers/theme.class.php on line 158
Warning: Invalid argument supplied for foreach() in /Users/name/www/bludit/bl-kernel/helpers/theme.class.php on line 158
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

You can change in plugin.php (in the directory /rrssb) line 358:

Code: Select all

public function postEnd()
{  
	return pluginRRSSB::RRSSB();     
}
Instead of:

Code: Select all

public function siteSidebar()
{  
	#if ($this->getDbField('show_sidebar')) 
	return pluginRRSSB::RRSSB();     
}
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
Fred
Legend Bludit
Posts: 236
Joined: Wed Jun 24, 2015 2:14 pm
Location: France
Contact:

Plugin update, check changelog in first topic ;)
╰☆╮Bludit╰☆╮ is a open source and community contributions are essential to project success!
You are looking for a light forum based Json? Try my project Flatboard, it is free. ;)
Sorry for my little english, i'm french :oops:
DawidXT
Sr. Bludit
Posts: 38
Joined: Wed Jul 15, 2015 3:56 pm

Fred wrote:Plugin update, check changelog in first topic ;)
Thank You, You're my man !
But still, I am having issues:

1. Where I can write my facebook url?
Image

2. I noticed, that right now You've changed the position it appears. It's after the postEnd, but once again, what is the correct code to position it manually? because You see, I have also disquss turned on, and it looks weird. I have post title, description, disquss, and facebook after every comments.
For me, the order should be "title, description, social, disquss".

Thanks for the quick replay Fred.
User avatar
Fred
Legend Bludit
Posts: 236
Joined: Wed Jun 24, 2015 2:14 pm
Location: France
Contact:

I agree with you.
But I is not solution yet.
The best would be able to place custom hooks in the theme, or order the plugins in the list of plugins.

To address facebook there is none. The plugin lets you post the link of the page / post with the title to share.
╰☆╮Bludit╰☆╮ is a open source and community contributions are essential to project success!
You are looking for a light forum based Json? Try my project Flatboard, it is free. ;)
Sorry for my little english, i'm french :oops:
Post Reply