{"id":46072,"date":"2008-04-07T14:04:42","date_gmt":"2008-04-07T14:04:42","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/myadsense\/"},"modified":"2008-07-24T15:48:53","modified_gmt":"2008-07-24T15:48:53","slug":"myadsense","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/myadsense\/","author":431317,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"2.6","stable_tag":"2.6","tested":"","requires":"2.5","requires_php":"","requires_plugins":"","header_name":"MyAdsense","header_author":"Andre Renaut","header_description":"","assets_banners_color":"","last_updated":"2008-07-24 15:48:53","external_support_url":"","external_repository_url":"","donate_link":"if you want one, tell me !","header_plugin_uri":"http:\/\/www.nogent94.com\/","header_author_uri":"http:\/\/a_renaut.club.fr\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":10615,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","other_notes"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["2.5","2.5.0.1","2.5.0.2","2.6"],"block_files":[],"assets_screenshots":{"screenshot-4.jpg":{"filename":"screenshot-4.jpg","revision":"1538970","resolution":"4","location":"plugin"},"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"1538970","resolution":"2","location":"plugin"},"screenshot-3.jpg":{"filename":"screenshot-3.jpg","revision":"1538970","resolution":"3","location":"plugin"},"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1538970","resolution":"1","location":"plugin"},"screenshot-5.jpg":{"filename":"screenshot-5.jpg","revision":"1538970","resolution":"5","location":"plugin"}},"screenshots":{"1":"MyAdsense settings","2":"MyAdsense manage : detail view","3":"MyAdsense manage : list view","4":"MyAdsense manage : edit an ad","5":"Write &gt; Post : add a ad in a post ..."}},"plugin_section":[],"plugin_tags":[321,148,150],"plugin_category":[],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-46072","plugin","type-plugin","status-closed","hentry","plugin_tags-ads","plugin_tags-adsense","plugin_tags-google","plugin_committers-arena"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/myadsense.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/myadsense\/trunk\/screenshot-1.jpg?rev=1538970","caption":"MyAdsense settings"},{"src":"https:\/\/ps.w.org\/myadsense\/trunk\/screenshot-2.jpg?rev=1538970","caption":"MyAdsense manage : detail view"},{"src":"https:\/\/ps.w.org\/myadsense\/trunk\/screenshot-3.jpg?rev=1538970","caption":"MyAdsense manage : list view"},{"src":"https:\/\/ps.w.org\/myadsense\/trunk\/screenshot-4.jpg?rev=1538970","caption":"MyAdsense manage : edit an ad"},{"src":"https:\/\/ps.w.org\/myadsense\/trunk\/screenshot-5.jpg?rev=1538970","caption":"Write &gt; Post : add a ad in a post ..."}],"raw_content":"<!--section=description-->\n<p>Look and Feel totally compliant with Wordpress 2.5<\/p>\n\n<p>Detail\/List view, Filters and Search on lists, Mass delete by checkbox, delete list item 'ajaxified'<\/p>\n\n<p>Supported languages : English, French   (.pot provided)<\/p>\n\n<!--section=installation-->\n<p><strong>&nbsp;<\/strong><\/p>\n\n<h3>Installing The Plugin<\/h3>\n\n<ol>\n<li>Extract all files from the ZIP file, making sure to keep the file structure intact, and then upload it to <code>\/wp-content\/plugins\/<\/code>.<\/li>\n<\/ol>\n\n<p>This should result in the following file structure:<\/p>\n\n<pre><code>- wp-content\n    - plugins\n          - MyAdsense\n            | MyAdsense.php\n            | readme.txt\n            | screenshot-1.jpg\n            | screenshot-2.jpg\n            | screenshot-3.jpg\n            | screenshot-4.jpg\n            | screenshot-5.jpg\n\n            - css\n                 | adclassic.css\n                 | adfresh.css\n                 | adsclassic.css\n                 | adsfresh.css\n\n            - js\n                 | ad.js\n                 | color.class.js\n                 | edit-ads.js\n\n            - lang\n                 | MyAdsense.pot\n                 | MyAdsense-fr_FR.po\n                 | MyAdsense-fr_FR.mo\n\n            - php\n                 | ad.php\n                 | ads.php\n                 | ads_head.php\n                 | adsense.php\n                 | edit-ad-form.php\n                 | edit-ads.php\n                 | fakelink.php\n                 | html.php\n                 | setform.php\n                 | settings.php\n<\/code><\/pre>\n\n<p><strong>See Also:<\/strong> <a href=\"http:\/\/codex.wordpress.org\/Managing_Plugins#Installing_Plugins\">\"Installing Plugins\" article on the WP Codex<\/a><\/p>\n\n<ol>\n<li><p>Be sure the plugin folder name is MyAdsense and not myadsense.<\/p><\/li>\n<li><p>Then just visit your admin area and activate the plugin.<\/p><\/li>\n<li><p>Fill your settings under the admin option : Settings &gt; MyAdsense.<\/p><\/li>\n<li><p>Create\/Delete\/Update your ads or the default under the admin option : Manage &gt; MyAdsense<\/p><\/li>\n<li><p>To add your ads on your blog : two ways :<\/p><\/li>\n<\/ol>\n\n<p><strong>Insert<\/strong> into a post or a page the following\n<em>\nto display default ad :\n    '<!--MyAdsense-->' \nto display 'name_of_the_ad' ad :\n    '<!--MyAdsense#name_of_the_ad--><code>&lt;\/em&gt;\n**Insert** in your code : \n&lt;em&gt;\nto display default ad : \n'&lt;?php\n    if ( class_exists( 'MyAdsense' ) )  \n            MyAdsense::doit(); \n?&gt;'\nto display 'name_of_the_ad' ad :\n'&lt;?php\n    if ( class_exists( 'MyAdsense' ) )  \n            MyAdsense::doit( 'name_of_the_ad' ); \n?&gt;<\/code>\n<\/em><\/p>\n\n<!--section=faq-->\n<dl>\n<dt>How do i have my ads on my blog ?<\/dt>\n<dd><p><strong>Insert<\/strong> into a post or a page the following\n<em>\nto display default ad :\n    '<!--MyAdsense-->' \nto display 'name_of_the_ad' ad :\n    '<!--MyAdsense#name_of_the_ad--><code>&lt;\/em&gt;\n**Insert** in your code : \n&lt;em&gt;\nto display default ad : \n'&lt;?php\n    if ( class_exists( 'MyAdsense' ) )  \n            MyAdsense::doit(); \n?&gt;'\nto display 'name_of_the_ad' ad :\n'&lt;?php\n    if ( class_exists( 'MyAdsense' ) )  \n            MyAdsense::doit( 'name_of_the_ad' ); \n?&gt;<\/code>\n<\/em><\/p><\/dd>\n\n<\/dl>\n\n<!--section=other_notes-->\n<h3>Log<\/h3>\n\n<p>2.6                for WordPress 2.6\n* special thanks to G.D. for the Italian translation (http:\/\/gidibao.net)<\/p>\n\n<p>2.5.0.2            displaying bug in seetings on IE<\/p>\n\n<p>2.5.0.1            independant from the plugin folder name<\/p>\n\n<p>2.5                    2008\/04\/07 first release<\/p>\n\n<h3>Next features<\/h3>\n\n<p>Any new idea or code improvement can be posted at : contact@nogent94.com<\/p>","raw_excerpt":"Allows you to manage your ads formats from Google Adsense and to include them in your theme or in your posts ...","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/46072","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=46072"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/arena94130"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=46072"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=46072"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=46072"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=46072"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=46072"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=46072"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}