pinterest, owncloud, pocket, tweet, etc social plugins

Post plugins and custom CSS snippets here
User avatar
fox
^ me reading your posts ^
Posts: 6318
Joined: 27 Aug 2005, 22:53
Location: Saint-Petersburg, Russia
Contact:

pinterest, owncloud, pocket, tweet, etc social plugins

Postby fox » 27 Mar 2013, 15:17

Now that button plugin API has stabilized, I feel that it would be better to split several sharing plugins from trunk to keep things more manageable. Not everyone needs those, and it would be easier for people to download them on a need to use basis.

The plugins in question are:

    Share to Pocket/ReadItLater
    Tweet
    Pinterest
    OwnCloud
    Identica
    Google+
    Flattr.

They are now available from a separate contrib repository at Github:

Version 1.7.9 and newer: https://github.com/gothfox/Tiny-Tiny-RSS-Contrib

Version 1.7.8 and older: https://github.com/gothfox/Tiny-Tiny-RS ... tree/1.7.8

phz
Bear Rating Disaster
Bear Rating Disaster
Posts: 77
Joined: 18 Mar 2013, 18:32

Re: pinterest, owncloud, pocket, tweet, etc social plugins

Postby phz » 27 Mar 2013, 15:58

How about adding a "Get more plugins at the TT-RSS wiki or the TT-RSS plugin forum" or something like it somewhere around where it currently says "You will need to reload Tiny Tiny RSS for plugin changes to take effect."?

This is no secret as it is, but when people find the configuration option, they are probably interested in finding more plugins, especially as the list of preinstalled ones is now shortened.
Last edited by phz on 27 Mar 2013, 19:52, edited 1 time in total.

User avatar
fox
^ me reading your posts ^
Posts: 6318
Joined: 27 Aug 2005, 22:53
Location: Saint-Petersburg, Russia
Contact:

Re: pinterest, owncloud, pocket, tweet, etc social plugins

Postby fox » 27 Mar 2013, 16:22

Yeah, this makes sense. Wiki plugin page is outdated and should be removed, but the forum link is a solid add there.

craywolf
Mr. Awesome
Posts: 97
Joined: 19 Mar 2013, 18:07

Re: pinterest, owncloud, pocket, tweet, etc social plugins

Postby craywolf » 27 Mar 2013, 17:29

I was thinking it might be useful for a plugin to present (optionally) a "link" attribute, in addition to a version and description. The plugin author could point it at a website or forum thread for information on the plugin, updates, other stuff by them, etc. More direct than just going to the forum here and doing a search.

Not an issue when most of the plugins are written by one person and included in trunk, but now there's quite a collection developing.

User avatar
dxbi
Bear Rating Disaster
Bear Rating Disaster
Posts: 62
Joined: 16 Mar 2013, 13:44

Re: pinterest, owncloud, pocket, tweet, etc social plugins

Postby dxbi » 27 Mar 2013, 17:38

In the interest of clarity, I would very much prefer a Wiki page. The forum doesn't allow for proper categorization and there appears to be no naming scheme for threads. Also it's not possible to edit ones posts (at least i can't) so information is quickly going to be buried inside a multi-page thread...
It's already confusing and the number of plugins is only going to increase.

User avatar
fox
^ me reading your posts ^
Posts: 6318
Joined: 27 Aug 2005, 22:53
Location: Saint-Petersburg, Russia
Contact:

Re: pinterest, owncloud, pocket, tweet, etc social plugins

Postby fox » 27 Mar 2013, 18:07

Plugin link attribute is a good idea.

https://github.com/gothfox/Tiny-Tiny-RS ... 110e3c37b9

Plugin wiki - I can give people who are interested in maintaining one access to the wiki.

FWIW I've also enabled post editing.

phz
Bear Rating Disaster
Bear Rating Disaster
Posts: 77
Joined: 18 Mar 2013, 18:32

Re: pinterest, owncloud, pocket, tweet, etc social plugins

Postby phz » 27 Mar 2013, 18:17

fox wrote:FWIW I've also enabled post editing.

This is a side-note to the thread in question, but (unless something has changed very recently, or my blindness is acting up) it seems it is only possible to edit ones posts in the forum a couple of minutes after posting, before the edit link and edit privilege goes away. For keeping a thread up-to-date by continuously updating the first post it is thus not sufficient in its current state.

EDIT: As a proof-of-concept, I can edit this post right now, but not the one I sent earlier in the thread :-) .

User avatar
fox
^ me reading your posts ^
Posts: 6318
Joined: 27 Aug 2005, 22:53
Location: Saint-Petersburg, Russia
Contact:

Re: pinterest, owncloud, pocket, tweet, etc social plugins

Postby fox » 27 Mar 2013, 18:29

I think I have just disabled exactly that. Maybe it only applies from now on, I don't know how phpbb works. :)

http://tt-rss.org/wiki/Plugins

sandebert
Bear Rating Trainee
Bear Rating Trainee
Posts: 5
Joined: 27 Mar 2013, 18:42

Re: pinterest, owncloud, pocket, tweet, etc social plugins

Postby sandebert » 27 Mar 2013, 18:47

fox wrote:The plugins in question are:

    Share to Pocket/ReadItLater


I think I've found a small typo in the Pocket plugin, probably due to using the Twitter plugin as base for it. (Might be in more of them, haven't checked.)

pocket.js

Code: Select all

      var w = window.open('backend.php?op=backend&method=loading', 'ttrss_tweet',
         "status=0,toolbar=0,location=0,width=500,height=400,scrollbars=1,menubar=0");

...should probably be something like...

Code: Select all

      var w = window.open('backend.php?op=backend&method=loading', 'ttrss_pocket',
         "status=0,toolbar=0,location=0,width=500,height=400,scrollbars=1,menubar=0");

User avatar
fox
^ me reading your posts ^
Posts: 6318
Joined: 27 Aug 2005, 22:53
Location: Saint-Petersburg, Russia
Contact:

Re: pinterest, owncloud, pocket, tweet, etc social plugins

Postby fox » 27 Mar 2013, 19:13

That's just a window name, it doesn't matter unless you want to have several share windows open at the same time.

phz
Bear Rating Disaster
Bear Rating Disaster
Posts: 77
Joined: 18 Mar 2013, 18:32

Re: pinterest, owncloud, pocket, tweet, etc social plugins

Postby phz » 27 Mar 2013, 19:53

fox wrote:I think I have just disabled exactly that. Maybe it only applies from now on, I don't know how phpbb works. :)

Just tried it and it works for us with mortal forum permissions as well.

nic
Bear Rating Trainee
Bear Rating Trainee
Posts: 40
Joined: 13 Nov 2011, 15:51

Re: pinterest, owncloud, pocket, tweet, etc social plugins

Postby nic » 27 Mar 2013, 22:59

I'd like access to that Wiki page. I did most of the work on the Flattr plugin and as Flattr is just changing the way you can flattr anything without it having an author, I might want to adapt it soon.

Instead of simply linking to zip archives which are attachments in this forum, some plugins might have to be maintained over time and if someone takes ownership (like I would for the Flattr plugin), then the Wiki should probably (also) link to their github page of whereever they make the latest version available.

User avatar
fox
^ me reading your posts ^
Posts: 6318
Joined: 27 Aug 2005, 22:53
Location: Saint-Petersburg, Russia
Contact:

Re: pinterest, owncloud, pocket, tweet, etc social plugins

Postby fox » 27 Mar 2013, 23:42

You should be able to do wiki things now.

User avatar
ebell451
Bear Rating Trainee
Bear Rating Trainee
Posts: 44
Joined: 15 Mar 2013, 15:06
Contact:

Re: pinterest, owncloud, pocket, tweet, etc social plugins

Postby ebell451 » 28 Mar 2013, 08:32

The wiki was a good idea and I like how you link to the forum.

nic
Bear Rating Trainee
Bear Rating Trainee
Posts: 40
Joined: 13 Nov 2011, 15:51

Re: pinterest, owncloud, pocket, tweet, etc social plugins

Postby nic » 28 Mar 2013, 15:51

Thanks, Fox. I updated instructions and linked Flattr to my github, so any development can take place there. Some plugins are really simple, but some are actually quite a contribution and will probably change over time. Any authors of the latter kind, I suggest you let us know if you are up for taking ownership and how to contact you and/or the code.


Return to “Themes and plugins”

Who is online

Users browsing this forum: No registered users and 1 guest