Tools for Twitter
Tools for Twitter integrates with Twitter by giving you the following functionality: Connect multiple Twitter accounts (via Social) Archive the tweets from your Twitter accounts (downloaded every 10 minutes) Create a blog post from each of your tweets Create a tweet on Twitter whenever you post in your blog, with a link to the blog post (via Social) Browse your tweets locally by @mention, #hashtag or user account (optionally display these publicly) Tools for Twitter leverages Social’s connection to Twitter so that you don’t have to create an app and copy keys around. It supports multiple accounts (must be authorized as “global” accounts in Social) with settings on a per-account basis. Support Level: Product Support (we want to fix bugs and make the product great, but do not provide individual support). Developers: Fork and contribute on GitHub. Upgrading If you have upgraded from an older version of Tools for Twitter, your data will need to be converted to the new Tools for Twitter format. On the Tools for Twitter Options page you will see a prompt to upgrade if appropriate. Follow the steps to convert your data. Tools for Twitter now stores complete Twitter data along with your basic tweet content. Over time, Tools for Twitter will request this data for upgraded tweets. This process make take a few days, as only 10 tweets are requested per hour (to avoid egatively impacting your rate limit). Connecting Accounts Any Twitter accounts connected on the Social settings page are available for Tools for Twitter. You can enable them on a per-account account basis, as well as specifying per-account preferences for creating blog posts, etc. (on the Tools for Twitter options screen). Managing your Tweets You can view, edit and delete (or unpublish) the local copy of your Tweets right in your WordPress admin. Navigate the tweets from the “Tweets” menu item and manage them just as you would any other post type. Tools for Twitter does not know if you’ve deleted a tweet on Twitter, so you’ll need to also delete the copy of the tweet from the admin to remove it from your WordPress site. Displaying your Tweets Tools for Twitter include options to create URLs for your local tweets using the following scheme: single tweet: http://alexking.org/tweets/253580615113400321 account archive: http://alexking.org/tweet-accounts/alexkingorg @mention archive: http://alexking.org/tweet-mentions/sogrady #hashtag archive: http://alexking.org/tweet-hashtags/monktoberfest You can enable public URLs for your tweets in your Tools for Twitter settings. If you choose not to enable public URLs for your tweets, you can still vuew and manage them from within the admin screens. Shortcode You can use a shortcode to display a list of tweets. [aktt_tweets account="alexkingorg"] If you want, you can specify some additional parameters to control how many tweets are displayed: [aktt_tweets account="alexkingorg" count="5" offset="0"] You can also choose to explicitly include or exclude replies and retweets: [aktt_tweets account="alexkingorg" include_rts="0" include_replies="1"] If you want to limit the tweets to specific @mentions or #hashtags, you can to that as well: [aktt_tweets account="alexkingorg" mentions="crowdfavorite,twittertools" hashtags="wordpress,plugin,twittertools"] Widget The options for the shortcode are also available for the Tools for Twitter widget via a few settings. Create Blog Posts Tools for Twitter can create a blog post from each of your Tweets. This feature can be enabled on a per-account basis. If there is an image included in the media data of the tweet Tools for Twitter will try to save that image as the featured image for the post and append it to the blog post content. Please note that this will take effect for all future tweets, it does not retroactively create posts for older tweets (though you could pretty easily script it to do so if you desired). Customization Tools for Twitter is designed to be customizable via the standard hook/filter API. If you find you need additional hooks (or to suggest other bug fixes and enhancements) please create a pull request on GitHub. https://github.com/crowdfavorite/wp-twitter-tools Get creative! Here are some examples of ways to use more of the full Twitter data to create links back into Twitter where appropriate: linking to the original tweet on Twitter linking to “in reply to” tweets
Top keywords
- twitter27×3.72%
- tweets25×3.44%
- account7×0.96%
- blog7×0.96%
- post7×0.96%
- tweet7×0.96%
- accounts6×0.83%
- data6×0.83%
- alexkingorg5×0.69%
- social5×0.69%
- account alexkingorg4×0.55%
- aktt4×0.55%
WP to diaspora
We are looking for new maintainers for this plugin! Get in touch with @noplanman if you’d like to help keep this project alive. With WP to diaspora* and just a few clicks, you can automatically share your WordPress posts on your diaspora* profile. With the focus on being intuitive, sharing your posts to diaspora* is made as easy as possible. Simply write your post and have it shared to diaspora* at the same time you publish it on your website. Minimum requirements WordPress 4.6, PHP 8.0. Getting started After installing and activating the plugin, be sure to visit the plugin’s settings page at ‘Settings -> WP to diaspora’ on your WordPress Admin page. Simply add your diaspora* pod, username and password to get started. On this page you can also define the default behaviour when publishing new posts. These settings can easily be adjusted for each individual post by using the meta box that has been added to the post types that you have selected. Additional documentation can be found in our wiki What’s diaspora*? diaspora* is a decentralized social network. Read more about the diaspora* project. This plugin speaks your language Many thanks to our many friendly translators, doing an amazing job. Feel free to help and contribute translations. Development We are looking for new maintainers for this plugin! Get in touch with @noplanman if you’d like to help keep this project alive. This plugin is completely open source and is a work of love by all who have contributed. If you would like to be part of it and join in, make your way over to the project page on GitHub now. Also, if you have an idea you would like to see in this plugin or if you’ve found a bug, please let us know. Credits Dandelion banner image: Pixabay Learn A side effect of this plugin is to help anybody who is interested to learn from and especially understand how the insides of this plugin work. When you look into the code, you will see that it is well documented, making it easier for you to understand what’s going on. We encourage you to discover something new and learn a thing or two! How does this plugin do it? So you want to know what happens in the background, to get your post to diaspora*? Well, this might be a little technical, but it’s simple enough to understand the concept. Basically, the server your WordPress installation is set up on makes a connection to your diaspora* pod, logs you in using the provided username and password, adds a new post (which is your WordPress post) and responds to say if everything was successful. Quite straightforward, right?
Top keywords
- diaspora11×2.40%
- post6×1.31%