{"id":14454,"date":"2011-08-15T07:40:53","date_gmt":"2011-08-15T07:40:53","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wordpress-snap\/"},"modified":"2011-09-26T18:02:01","modified_gmt":"2011-09-26T18:02:01","slug":"wordpress-snap","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/wordpress-snap\/","author":6482880,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"2.1.1","stable_tag":"trunk","tested":"3.3.2","requires":"3.0","requires_php":"","requires_plugins":"","header_name":"WordPress Snap","header_author":"Valentin Brandt","header_description":"","assets_banners_color":"","last_updated":"2011-09-26 18:02:01","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/www.geekeries.fr\/contribuer\/faire-don\/","header_plugin_uri":"http:\/\/www.geekeries.fr\/snippet\/creer-automatiquement-miniatures-sites-wordpress\/","header_author_uri":"http:\/\/www.geekeries.fr\/","rating":5,"author_block_rating":0,"active_installs":30,"downloads":5691,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"1"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.1","1.2","1.3","1.3.1","1.3.2","1.3.3","2.0","2.0.1","2.1","2.1.1"],"block_files":[],"assets_screenshots":{"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"1539023","resolution":"2","location":"plugin"},"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1539023","resolution":"1","location":"plugin"}},"screenshots":{"1":"Easy :) - Add your thumbnail.","2":"WordPress Geekeries Snap"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[14340,7917,2956,1719],"plugin_category":[46,50],"plugin_contributors":[86943],"plugin_business_model":[],"class_list":["post-14454","plugin","type-plugin","status-closed","hentry","plugin_tags-snap","plugin_tags-snapshot","plugin_tags-thumbnails","plugin_tags-tinymce","plugin_category-editor-and-writing","plugin_category-media","plugin_contributors-valentin-brandt","plugin_committers-valentin-brandt"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wordpress-snap.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wordpress-snap\/trunk\/screenshot-1.jpg?rev=1539023","caption":"Easy :) - Add your thumbnail."},{"src":"https:\/\/ps.w.org\/wordpress-snap\/trunk\/screenshot-2.jpg?rev=1539023","caption":"WordPress Geekeries Snap"}],"raw_content":"<!--section=description-->\n<p>WordPress Snap is a simple shortcode for display a thumbnail from any website. This plugin uses the WordPress.com service to generate a website preview thumbnail.<\/p>\n\n<p>The orignal <code>shortcode<\/code> created by Valentin Brandt on <a href=\"http:\/\/www.geekeries.fr\" title=\"wordpress\">WordPress Geekeries<\/a>.<\/p>\n\n<ul>\n<li>Use pointers in WordPress 3.3 <\/li>\n<li>Quicktag Button in HTML Editor<\/li>\n<li>CSS3 Effect (View <code>Installation<\/code> tab)<\/li>\n<\/ul>\n\n<!--section=installation-->\n<p>It is very easy. Upload plugin to the plugins directory and activate.<\/p>\n\n<p>Use\n[snap url=\"http:\/\/www.geekeries.fr\/\" alt=\"My image\" w=\"400\" h=\"300\"] to display a thumbnail of any website<\/p>\n\n<p>With link, use this shortcode\n[snap url=\"http:\/\/www.geekeries.fr\/\" alt=\"My image\" w=\"400\" h=\"300\" link=\"on\" title=\"My Title\"]<\/p>\n\n<p>To change the attribute <code>class<\/code>, specify your class.\n[snap url=\"http:\/\/www.geekeries.fr\/\" alt=\"My image\" w=\"400\" h=\"300\" link=\"on\" title=\"My Title\" class=\"my_class\"]<\/p>\n\n<p>For a great CSS3 effect. Add this snippet on your CSS files.<\/p>\n\n<pre><code>img.snap {\n    padding: 0!important;\n    border: 1px solid #ccc!important;\n    transition:.2s ease-in-out; -webkit-transition:.2s ease-in-out; -moz-transition:.2s ease-in-out;\n    -webkit-box-shadow:2px 5px 15px #bbb; -moz-box-shadow:2px 5px 15px #bbb; box-shadow:2px 5px 15px #bbb;\n}\na img.snap:hover  {\n    -webkit-box-shadow:0px 0px 10px #bbb; -moz-box-shadow:0px 0px 10px #bbb; box-shadow:0px 0px 10px #bbb;\n}\na img.snap:active  {\n    -webkit-box-shadow: 0px 0px 0px #bbb; -moz-box-shadow:0px 0px 0px #bbb; box-shadow:0px 0px 0px #bbb;\n}\n<\/code><\/pre>\n\n<p>For more info go to the <a href=\"http:\/\/www.geekeries.fr\/snippet\/creer-automatiquement-miniatures-sites-wordpress\/\">WordPress Snap<\/a>'s page.<\/p>\n\n<!--section=changelog-->\n<h4>2.1.1<\/h4>\n\n<ul>\n<li>Fix ! : Work with WordPress 3.3 and 3.2<\/li>\n<\/ul>\n\n<h4>2.1<\/h4>\n\n<ul>\n<li>Compatible WordPress 3.3 <\/li>\n<li>Use pointers in WordPress 3.3 <\/li>\n<\/ul>\n\n<h4>2.0.1<\/h4>\n\n<ul>\n<li>Fix bug <\/li>\n<\/ul>\n\n<h4>2.0<\/h4>\n\n<ul>\n<li>NEW : Easy ! Add your thumbnail with TinyMCE Window <\/li>\n<li>Add a <code>target=\"\"<\/code> attribute. For add a target on your link. <\/li>\n<li>Add a <code>rel=\"\"<\/code> attribute. For add a rel on your link. <\/li>\n<\/ul>\n\n<h4>1.3.3<\/h4>\n\n<ul>\n<li>Added a Quicktag Button in HTML editor <code>Add WordPress Snap<\/code>. Use <code>CTRL+ALT+S<\/code> for adding snap (HTML editor) <\/li>\n<\/ul>\n\n<h4>1.3.2<\/h4>\n\n<ul>\n<li>Add a <code>class=\"\"<\/code> attribute. For add a class on your thumbnail. <\/li>\n<li>Some code changes (add link)<\/li>\n<\/ul>\n\n<h4>1.3.1<\/h4>\n\n<ul>\n<li>Fix: Dynamic path- Thanks Julio POTIER on <a href=\"http:\/\/blog.boiteaweb.fr\/\">S\u00e9curit\u00e9 Web<\/a><\/li>\n<\/ul>\n\n<h4>1.3<\/h4>\n\n<ul>\n<li>Add a <code>title=\"My Title\"<\/code> attribute. For add a title on your link. <\/li>\n<li>Add a <code>link=\"on\"<\/code> attribute. For add a link on your thumbnail. <\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>Add TinyMCE Button. Easy to use :)<\/li>\n<li>Icon by <code>Randy Jensen<\/code> http:\/\/randyjensenonline.com\/thoughts\/wordpress-custom-post-type-fugue-icons\/<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>Update<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>First version<\/li>\n<li>[Uploaded August 15, 2011]<\/li>\n<\/ul>\n\n<p>Thanks to all who sent bug reports and ideas for\nimprovements.<\/p>","raw_excerpt":"WordPress Snap is a simple shortcode for display a thumbnail from any website.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/14454","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=14454"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/valentin-brandt"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=14454"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=14454"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=14454"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=14454"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=14454"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=14454"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}