{"id":5727,"date":"2009-05-31T11:08:29","date_gmt":"2009-05-31T11:08:29","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/tweet-cloud\/"},"modified":"2013-03-14T17:00:24","modified_gmt":"2013-03-14T17:00:24","slug":"tweet-cloud","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/tweet-cloud\/","author":3018534,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.5","stable_tag":"trunk","tested":"2.9.2","requires":"1.0","requires_php":"","requires_plugins":"","header_name":"Tweet Cloud","header_author":"Stephen McIntyre","header_description":"","assets_banners_color":"","last_updated":"2013-03-14 17:00:24","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/stevedecoded.com\/apps\/tweet-cloud","header_plugin_uri":"http:\/\/stevedecoded.com\/apps\/tweet-cloud","header_author_uri":"http:\/\/stevedecoded.com","rating":0,"author_block_rating":0,"active_installs":10,"downloads":2762,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.1","1.2","1.3","1.4"],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1566934","resolution":"2","location":"plugin","width":360,"height":312},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1566934","resolution":"1","location":"plugin","width":360,"height":312}},"screenshots":{"1":"screenshot-1.png","2":"screenshot-2.png"}},"plugin_section":[],"plugin_tags":[618,161,159],"plugin_category":[56],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-5727","plugin","type-plugin","status-closed","hentry","plugin_tags-cloud","plugin_tags-tweet","plugin_tags-twitter","plugin_category-social-and-sharing","plugin_committers-stephenmcintyre"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/tweet-cloud.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/tweet-cloud\/trunk\/screenshot-1.png?rev=1566934","caption":"screenshot-1.png"},{"src":"https:\/\/ps.w.org\/tweet-cloud\/trunk\/screenshot-2.png?rev=1566934","caption":"screenshot-2.png"}],"raw_content":"<!--section=description-->\n<p>Cloud of popular words and phrases from a user's Twitter profile. Instead of using a tag cloud, which is dependent on your posts and options, Tweet Cloud aggregates the most common words mentioned on your Twitter profile and keeps your users up to date with the latest trending topics that are interesting you.<\/p>\n\n<h3>Code<\/h3>\n\n<p>Tweet Cloud<\/p>\n\n<pre><code>&lt;?php sm_tweet_cloud(\"USERNAME\", WORDLIMIT, WORDLINKS, REMOVE_TYPES, EXCLUDES) ?&gt;\n<\/code><\/pre>\n\n<p>Profile Link<\/p>\n\n<pre><code>&lt;?php sm_tweet_link(\"USERNAME\") ?&gt;\n<\/code><\/pre>\n\n<p>Sidebar Widget<\/p>\n\n<p>Copy and paste this into <code>sidebar.php<\/code> after a <code>&lt;\/li&gt;<\/code> tag or the first <code>&lt;ul&gt;<\/code> tag<\/p>\n\n<pre><code>&lt;?php sm_tweet_widget(\"USERNAME\", WORDLIMIT, WORDLINKS, REMOVE_TYPES) ?&gt;&lt;h3&gt;Parameters&lt;\/h3&gt;\n<\/code><\/pre>\n\n<p>USERNAME (remember to enclose in quotations \"\")<\/p>\n\n<p>The user name assigned to your account<\/p>\n\n<p>WORDLIMIT (can only be a number, don't enclose in quotations)<\/p>\n\n<p>The amount of words displayed in the Cloud<\/p>\n\n<p>default = 20<\/p>\n\n<p>MINCHAR (can only be a number, don't enclose in quotations) [deprecated - use EXCLUDES]<\/p>\n\n<p>Filters words to this set minimum amount of characters so they won't be counted and listed<\/p>\n\n<p>default = 3<\/p>\n\n<p>WORDLINKS (can only be true or false, don't enclose in quotations)<\/p>\n\n<p>Sets whether words display as links in the cloud (on = true, off = false)<\/p>\n\n<p>default = true<\/p>\n\n<p>REMOVE_TYPES (can include any or all of '@', '#', and 'RT')<\/p>\n\n<p>Doesn't count tweets beginning with @, #, or RT respectively<\/p>\n\n<p>default = array()<\/p>\n\n<p>EXCLUDES<\/p>\n\n<p>Array of common words to exclude from cloud<\/p>\n\n<p>default = array('a','an','and','are','as','at','be','but','by','can','can\\'t','do','does','don\\'t','for','from','get','have','he','her','his','i','i\\'m','in','is','it','me','my','not','of','on','one','or','say','she','that','the','their','they','this','to','we','will','won\\'t','with','you')<\/p>\n\n<h3>Release Notes<\/h3>\n\n<p>1.5<\/p>\n\n<ul>\n<li>Changed URL references to new site<\/li>\n<\/ul>\n\n<p>1.4<\/p>\n\n<ul>\n<li>Type modifying paramater to remove different tweet types<\/li>\n<li>List of exclusions added to filter out common words (deprecates $minchar)<\/li>\n<li>Saves data to local file to prevent unnecessary Twitter search calls<\/li>\n<\/ul>\n\n<p>1.3<\/p>\n\n<ul>\n<li>Uses JSON formatted Twitter Search API to speed up data retrieval process<\/li>\n<li>Doesn't require user ID parameter<\/li>\n<li>Results parameter added to alter number of tweets processed at a time<\/li>\n<\/ul>\n\n<p>1.2<\/p>\n\n<ul>\n<li>Links each word to a Twitter Search result of your status updates that they originated from<\/li>\n<li>Wordlinks parameter added to set links on\/off<\/li>\n<li>XHTML compliance with W3C standards<\/li>\n<\/ul>\n\n<p>1.1<\/p>\n\n<ul>\n<li>Displays words in most common case format (i.e. WordPress instead of wordpress)<\/li>\n<li>cURL used for feed access instead of relying on <code>allow_url_fopen<\/code> being on<\/li>\n<li>Improved error handling including newly added user name check<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload <code>sm-tweet-cloud.php<\/code> into the <code>wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate <code>Tweet Cloud<\/code> from the <code>Plugins<\/code> menu in the <code>Admin Control Panel<\/code>.<\/li>\n<li>Copy and paste one of the code examples in the <code>Code<\/code> section in <code>Other Notes<\/code> into any PHP page on your site.<\/li>\n<li>Enjoy :)<\/li>\n<\/ol>\n\n<!--section=faq-->\n<p>To ask a question or give feedback, send an email to steve@stevedecoded.com<\/p>","raw_excerpt":"Cloud of popular words and phrases from a user&#039;s Twitter profile.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/5727","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=5727"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/stephenmcintyre"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=5727"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=5727"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=5727"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=5727"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=5727"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=5727"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}