{"id":8517,"date":"2010-03-22T16:47:25","date_gmt":"2010-03-22T16:47:25","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/myvimeo\/"},"modified":"2018-02-20T00:48:19","modified_gmt":"2018-02-20T00:48:19","slug":"myvimeo","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/myvimeo\/","author":5848613,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.1.3","stable_tag":"trunk","tested":"2.9.2","requires":"2.9","requires_php":"","requires_plugins":"","header_name":"MyVimeo","header_author":"etftw","header_description":"","assets_banners_color":"","last_updated":"2018-02-20 00:48:19","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/myvimeo\/","header_author_uri":"https:\/\/wordpress.org\/plugins\/myvimeo\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":1885,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog","faq"],"tags":[],"upgrade_notice":{"1.1.3":"<p>The first fully functional release.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1824923","resolution":"1","location":"plugin"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1824923","resolution":"2","location":"plugin"}},"screenshots":{"1":"View of the widget in use.","2":"View of the customisation panel."}},"plugin_section":[],"plugin_tags":[2505,202,29426,1609,162],"plugin_category":[43,56,59],"plugin_contributors":[87841],"plugin_business_model":[],"class_list":["post-8517","plugin","type-plugin","status-closed","hentry","plugin_tags-activity","plugin_tags-jquery","plugin_tags-jsonp","plugin_tags-vimeo","plugin_tags-widget","plugin_category-customization","plugin_category-social-and-sharing","plugin_category-utilities-and-tools","plugin_contributors-etftw","plugin_committers-etftw"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/myvimeo.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/myvimeo\/trunk\/screenshot-1.png?rev=1824923","caption":"View of the widget in use."},{"src":"https:\/\/ps.w.org\/myvimeo\/trunk\/screenshot-2.png?rev=1824923","caption":"View of the customisation panel."}],"raw_content":"<!--section=description-->\n<p>MyVimeo is a WordPress widget which allows you to display your latest activity on Vimeo in the sidebar of your blog; activities include:<\/p>\n\n<ul>\n<li>Channels you have created<\/li>\n<li>Channels you have joined<\/li>\n<li>Videos that you have liked<\/li>\n<li>Videos that you have tagged<\/li>\n<li>Your latest uploaded videos<\/li>\n<li>Your latest video comments<\/li>\n<\/ul>\n\n<p>MyVimeo also allows you to specify how many activities you wish to display and allows you to customise the title of the plugin in the sidebar to whatever you want.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Unzip the zip file and upload the entire folder to wp-content\/plugins.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<\/ol>\n\n<h4>Widget Enabled Themes<\/h4>\n\n<ul>\n<li>Go To The Widget Screen Under Appearance. <\/li>\n<li>Add The MyVimeo Widget.<\/li>\n<li>Add Your Vimeo username.<\/li>\n<li>Enter the number of activities you want to display<\/li>\n<li>Save your changes<\/li>\n<\/ul>\n\n<h4>Non Widget Enabled Themes<\/h4>\n\n<ul>\n<li>Add the jquery.1.3.2.min.js file to the head of your document<\/li>\n<li>Add The following HTML to your sidebar, replacing YOUR_USERNAME with your actual Vimeo username, ACTIVITY_COUNT with the number of activities you wish to display and 'PLUGIN_DIRECTORY' with the location of the MyVimeo plugin<\/li>\n<li><\/li>\n<\/ul>\n\n<pre>\n&lt;h2 class=&quot;widgettitle&quot;&gt;Latest Vimeo Activity&lt;\/h2&gt;\n&lt;div id=&quot;myVimeoActivityBox&quot;&gt;Fetching latest activities...&lt;\/div&gt;\n&lt;script type=&quot;text\/javascript&quot; src=&quot;PLUGIN_DIRECTORY\/jquery-1.3.2.min.js&quot;&gt;&lt;\/script&gt;<br \/>\n&lt;script type=&quot;text\/javascript&quot; src=&quot;PLUGIN_DIRECTORY\/myvimeo.js&quot;&gt;&lt;\/script&gt;<br \/>\n&lt;script&gt;jQuery('#myVimeoActivityBox').getVimeoActivity( 'YOUR_USERNAME', ACTIVITY_COUNT );&lt;\/script&gt;\n<\/pre>\n\n<!--section=changelog-->\n<h4>1.1.3<\/h4>\n\n<ul>\n<li>Added new channel creation and joining as supported activities.<\/li>\n<\/ul>\n\n<h4>1.1.2<\/h4>\n\n<ul>\n<li>Finished creating PHP module and implemented main functionality.<\/li>\n<\/ul>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><ol>\n<li>Unzip the zip file and upload the entire folder to wp-content\/plugins.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<\/ol>\n\n<h4>Widget Enabled Themes<\/h4>\n\n<ul>\n<li>Go To The Widget Screen Under Appearance. <\/li>\n<li>Add The MyVimeo Widget.<\/li>\n<li>Add Your Vimeo username.<\/li>\n<li>Enter the number of activities you want to display<\/li>\n<li>Save your changes<\/li>\n<\/ul>\n\n<h4>Non Widget Enabled Themes<\/h4>\n\n<ul>\n<li>Add the jquery.1.3.2.min.js file to the head of your document<\/li>\n<li>Add The following HTML to your sidebar, replacing YOUR_USERNAME with your actual Vimeo username, ACTIVITY_COUNT with the number of activities you wish to display and 'PLUGIN_DIRECTORY' with the location of the MyVimeo plugin<\/li>\n<li><\/li>\n<\/ul>\n\n<pre>\n&lt;h2 class=&quot;widgettitle&quot;&gt;Latest Vimeo Activity&lt;\/h2&gt;\n&lt;div id=&quot;myVimeoActivityBox&quot;&gt;Fetching latest activities...&lt;\/div&gt;\n&lt;script type=&quot;text\/javascript&quot; src=&quot;PLUGIN_DIRECTORY\/jquery-1.3.2.min.js&quot;&gt;&lt;\/script&gt;<br \/>\n&lt;script type=&quot;text\/javascript&quot; src=&quot;PLUGIN_DIRECTORY\/myvimeo.js&quot;&gt;&lt;\/script&gt;<br \/>\n&lt;script&gt;jQuery('#myVimeoActivityBox').getVimeoActivity( 'YOUR_USERNAME', ACTIVITY_COUNT );&lt;\/script&gt;\n<\/pre><\/dd>\n\n<\/dl>","raw_excerpt":"A fast and customisable plugin to display your latest Vimeo activity on your WordPress blog.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/8517","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=8517"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/etftw"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=8517"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=8517"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=8517"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=8517"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=8517"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=8517"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}