RE: Show your steemit posts on your wordpress site!

You are viewing a single comment's thread from:

Show your steemit posts on your wordpress site!

in wordpress •  8 years ago 

Nice idea @tony.jennings! I am interested in creating a similar plugin for Joomla. Do I have your permission to use a similar logic in my plugin?

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Of course. Ideas should be free.

All I did for my little plugin was to attach an optional offsite url.

If filled in, two things happen:

  • If the singular form of the post is requested directly, the user is redirected to the url provided
  • If an archive type page draws the post in question, the title (and read more link, if used) links to the offsite url specified.

I later adjusted it to remove the second item as it was redundant. Now, any request for the singular display will redirect to the offsite url.

Super simple, but very effective.

Thank you for the info :)
The simplest ideas are often the best.