![]() |
wp plugin developers
What does a pretty simple plugin cost, I've had an idea and can't find any plugins that do what I want.
Basically collating numerous pieces of info likes/tweets/comments and displaying posts according to the sum of the result. Like a ranking plugin. |
Like a popular posts widget that ranks according to social networking feedback?
|
would need a detail list of what you want in it , then a proper quote can be given
|
yes but so the whole site is displayed that way like a chart top 50 magic join links that sort of thing.
|
Quote:
say a post had 50 different social media likes/retweets/diggs etc plus logged in comments, say a total of 60. that post would appear above a post with 55 in total but below a post with 75. exactly like a top 40 chart. posts can move up and down accordingly. Could be done with just social media if the collation of socialmedia/comments adds a lot to the programming. |
you could just sort them by social votes, not really a plugin is needed, more of a custom query order by votes
|
Quote:
|
Quote:
|
Quote:
So a custom query off an existing plugin? |
Quote:
|
Quote:
|
Quote:
i would need to know all the social systems you want other than twitter and facebook. |
Quite a nice tutorial giving you a good start.
http://tutorialzine.com/2010/05/show...ts-jquery-yql/ or using the Addthis api http://www.addthis.com/developers to get all the social media in, then just add in comments. Sort by custom query, add code to the loop and functions to get the chart effect in the posts 1-50 countdown sort of thing. People like to vote on stuff and if you're getting se exposure on it lovely. |
Facebook and Twitter have really easy APIs to use. Facebook's is significantly easier to work with. Then a custom query and you're all set. I wasn't aware AddThis does too, that could be useful. Thanks for that one. I knew about YQL, that's not a bad option either.
|
Quote:
Code:
<?php |
Quote:
|
All times are GMT -7. The time now is 05:39 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123