Deprecated: Creation of dynamic property WPAlchemy_MetaBox::$skip_admin_head is deprecated in /home1/jpounds/public_html/wp-content/plugins/easy-pricing-tables/includes/wpalchemy/MetaBox.php on line 419

Deprecated: Creation of dynamic property WPAlchemy_MetaBox::$skip_admin_head is deprecated in /home1/jpounds/public_html/wp-content/plugins/easy-pricing-tables/includes/wpalchemy/MetaBox.php on line 419

Deprecated: Creation of dynamic property WPAlchemy_MetaBox::$skip_admin_head is deprecated in /home1/jpounds/public_html/wp-content/plugins/easy-pricing-tables/includes/wpalchemy/MetaBox.php on line 419

Warning: Cannot modify header information - headers already sent by (output started at /home1/jpounds/public_html/wp-content/plugins/easy-pricing-tables/includes/wpalchemy/MetaBox.php:419) in /home1/jpounds/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home1/jpounds/public_html/wp-content/plugins/easy-pricing-tables/includes/wpalchemy/MetaBox.php:419) in /home1/jpounds/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home1/jpounds/public_html/wp-content/plugins/easy-pricing-tables/includes/wpalchemy/MetaBox.php:419) in /home1/jpounds/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home1/jpounds/public_html/wp-content/plugins/easy-pricing-tables/includes/wpalchemy/MetaBox.php:419) in /home1/jpounds/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home1/jpounds/public_html/wp-content/plugins/easy-pricing-tables/includes/wpalchemy/MetaBox.php:419) in /home1/jpounds/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home1/jpounds/public_html/wp-content/plugins/easy-pricing-tables/includes/wpalchemy/MetaBox.php:419) in /home1/jpounds/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home1/jpounds/public_html/wp-content/plugins/easy-pricing-tables/includes/wpalchemy/MetaBox.php:419) in /home1/jpounds/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /home1/jpounds/public_html/wp-content/plugins/easy-pricing-tables/includes/wpalchemy/MetaBox.php:419) in /home1/jpounds/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1831
{"id":1302,"date":"2011-08-07T03:42:24","date_gmt":"2011-08-06T20:42:24","guid":{"rendered":"http:\/\/monetizationmagic.com\/?p=1302"},"modified":"2011-08-06T04:36:47","modified_gmt":"2011-08-05T21:36:47","slug":"your-website-advertising-123-easy","status":"publish","type":"post","link":"https:\/\/monetizationmagic.com\/training\/your-website-advertising-123-easy\/","title":{"rendered":"YOUR Website Advertising 123 Easy!"},"content":{"rendered":"

A great way to monetize your website is to sell advertising space.\u00a0 You can easily create and sell 125×125 pixel ads and place them on your website using nothing more than Microsoft Paint<\/a> and some HTML code.\u00a0 You do NOT need fancy software to put the ads on your website.\u00a0 A typical ad price would be $50 per month for a 125×125 ad.\u00a0 This is 123 Easy.\u00a0 If you can cut and paste you can do this!<\/p>\n

1.\u00a0 Create the Ad<\/span><\/h3>\n

Likely the advertiser has their own 125×125 already created and you can simply upload that; however in the event that they don’t, you can create an ad for them and charge them appropriately.<\/p>\n

2.\u00a0 Create the Ad Structure<\/span><\/h3>\n

The simplest ad structure that you can use is a table.\u00a0 The table contains at least one row and cells.\u00a0 Each ad image is uploaded into the cell of the table and a link pointing to the destination is attached to the image.\u00a0 The basic structure code is as follows:<\/p>\n

<table><\/span><\/p>\n

<tr><td>Ad Image 1<\/span><\/td><td>Ad Image 2<\/span><\/td><\/tr><\/span><\/p>\n

<\/table><\/span><\/p>\n

Calm down!\u00a0 It’s a little bit of code and the good part is that WordPress will create the rest for you.\u00a0 You can copy and paste, right?\u00a0 Simply copy the code above and put it into a temporary post using the HTML tab. Find the HTML tab in the image below:<\/p>\n

\"\"<\/a><\/p>\n

 <\/p>\n

 <\/p>\n

 <\/p>\n

We won’t be keeping the post, we’ll just use it for a working area for the moment.<\/p>\n

Click back on the Visual tab and you will see a basic table.\u00a0 It will look like this:<\/p>\n\n\n\n
Ad Image 1<\/td>\nAd Image 2<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n

Don’t worry about the size as it will self adjust as we move forward.\u00a0 Breathe!\u00a0 The rest is just copy and paste.\u00a0 Highlight the words “Ad Image 1” in the first cell of the table.\u00a0 Click on the Upload\/Insert button:<\/p>\n

\"\"<\/a><\/p>\n

Search for the ad you which to insert and then click on the button to upload the image.\u00a0 Then click on the Insert into Post button.\u00a0 Once the image has been inserted, click on the image and click on the Link button and type in the destination for the ad image.<\/p>\n

\"\"<\/a><\/p>\n

<\/h3>\n

If you happen to have 2 ads, simply repeat the process to get the 2nd one into place.\u00a0 Once the ads are in place and linked, click on the HTML tab again.\u00a0 You’ll see a lot of HTML code back there.\u00a0 You created that!\u00a0 Now we’re going to select all of it (you can hold down the CTRL key and click on the A key if you have a PC).\u00a0 Next we will copy it in preparation for step 3.<\/p>\n

3. Place the Ad Structure Into a Text Widget<\/span><\/h3>\n

Open a text widget and simply paste the code into the lower area.\u00a0 You will not need a title.\u00a0 Go ahead and click on the blue Save button at this point.\u00a0 Open up another browser window and admire your work!\u00a0 Next, click on each of the ads to ensure that they link to the proper destination.<\/p>\n

That’s all there is to it!<\/p>\n

\"Enhanced<\/a><\/div>\n","protected":false},"excerpt":{"rendered":"

A great way to monetize your website is to sell advertising space.\u00a0 You can easily create and sell 125×125 pixel ads and place them on your website using nothing more than Microsoft Paint and some HTML code.\u00a0 You do NOT need fancy software to put the ads on your website.\u00a0 A typical ad price would […]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[85],"tags":[448,449,451,447,453,450,452,379],"yoast_head":"\nYOUR Website Advertising 123 Easy! - Monetization Magic<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/monetizationmagic.com\/training\/your-website-advertising-123-easy\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"YOUR Website Advertising 123 Easy! - Monetization Magic\" \/>\n<meta property=\"og:description\" content=\"A great way to monetize your website is to sell advertising space.\u00a0 You can easily create and sell 125×125 pixel ads and place them on your website using nothing more than Microsoft Paint and some HTML code.\u00a0 You do NOT need fancy software to put the ads on your website.\u00a0 A typical ad price would […]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/monetizationmagic.com\/training\/your-website-advertising-123-easy\/\" \/>\n<meta property=\"og:site_name\" content=\"Monetization Magic\" \/>\n<meta property=\"article:published_time\" content=\"2011-08-06T20:42:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2011-08-05T21:36:47+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/monetizationmagic.com\/wp-content\/uploads\/2011\/08\/HTMLtab.jpg\" \/>\n<meta name=\"author\" content=\"SoftwareGirl\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"SoftwareGirl\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/monetizationmagic.com\/training\/your-website-advertising-123-easy\/\",\"url\":\"https:\/\/monetizationmagic.com\/training\/your-website-advertising-123-easy\/\",\"name\":\"YOUR Website Advertising 123 Easy! - Monetization Magic\",\"isPartOf\":{\"@id\":\"http:\/\/monetizationmagic.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/monetizationmagic.com\/training\/your-website-advertising-123-easy\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/monetizationmagic.com\/training\/your-website-advertising-123-easy\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/monetizationmagic.com\/wp-content\/uploads\/2011\/08\/HTMLtab.jpg\",\"datePublished\":\"2011-08-06T20:42:24+00:00\",\"dateModified\":\"2011-08-05T21:36:47+00:00\",\"author\":{\"@id\":\"http:\/\/monetizationmagic.com\/#\/schema\/person\/51057439a75e3edeeca191f3e4b938af\"},\"breadcrumb\":{\"@id\":\"https:\/\/monetizationmagic.com\/training\/your-website-advertising-123-easy\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/monetizationmagic.com\/training\/your-website-advertising-123-easy\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/monetizationmagic.com\/training\/your-website-advertising-123-easy\/#primaryimage\",\"url\":\"https:\/\/monetizationmagic.com\/wp-content\/uploads\/2011\/08\/HTMLtab.jpg\",\"contentUrl\":\"https:\/\/monetizationmagic.com\/wp-content\/uploads\/2011\/08\/HTMLtab.jpg\",\"width\":\"767\",\"height\":\"115\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/monetizationmagic.com\/training\/your-website-advertising-123-easy\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/monetizationmagic.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"YOUR Website Advertising 123 Easy!\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/monetizationmagic.com\/#website\",\"url\":\"http:\/\/monetizationmagic.com\/\",\"name\":\"Monetization Magic\",\"description\":\"Colorado Website Development\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/monetizationmagic.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"http:\/\/monetizationmagic.com\/#\/schema\/person\/51057439a75e3edeeca191f3e4b938af\",\"name\":\"SoftwareGirl\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/monetizationmagic.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9a391605e6010b47c1fc46e674db6d3e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9a391605e6010b47c1fc46e674db6d3e?s=96&d=mm&r=g\",\"caption\":\"SoftwareGirl\"},\"url\":\"https:\/\/monetizationmagic.com\/author\/softwaregirl\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"YOUR Website Advertising 123 Easy! - Monetization Magic","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/monetizationmagic.com\/training\/your-website-advertising-123-easy\/","og_locale":"en_US","og_type":"article","og_title":"YOUR Website Advertising 123 Easy! - Monetization Magic","og_description":"A great way to monetize your website is to sell advertising space.\u00a0 You can easily create and sell 125×125 pixel ads and place them on your website using nothing more than Microsoft Paint and some HTML code.\u00a0 You do NOT need fancy software to put the ads on your website.\u00a0 A typical ad price would […]","og_url":"https:\/\/monetizationmagic.com\/training\/your-website-advertising-123-easy\/","og_site_name":"Monetization Magic","article_published_time":"2011-08-06T20:42:24+00:00","article_modified_time":"2011-08-05T21:36:47+00:00","og_image":[{"url":"http:\/\/monetizationmagic.com\/wp-content\/uploads\/2011\/08\/HTMLtab.jpg"}],"author":"SoftwareGirl","twitter_card":"summary_large_image","twitter_misc":{"Written by":"SoftwareGirl","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/monetizationmagic.com\/training\/your-website-advertising-123-easy\/","url":"https:\/\/monetizationmagic.com\/training\/your-website-advertising-123-easy\/","name":"YOUR Website Advertising 123 Easy! - Monetization Magic","isPartOf":{"@id":"http:\/\/monetizationmagic.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/monetizationmagic.com\/training\/your-website-advertising-123-easy\/#primaryimage"},"image":{"@id":"https:\/\/monetizationmagic.com\/training\/your-website-advertising-123-easy\/#primaryimage"},"thumbnailUrl":"http:\/\/monetizationmagic.com\/wp-content\/uploads\/2011\/08\/HTMLtab.jpg","datePublished":"2011-08-06T20:42:24+00:00","dateModified":"2011-08-05T21:36:47+00:00","author":{"@id":"http:\/\/monetizationmagic.com\/#\/schema\/person\/51057439a75e3edeeca191f3e4b938af"},"breadcrumb":{"@id":"https:\/\/monetizationmagic.com\/training\/your-website-advertising-123-easy\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/monetizationmagic.com\/training\/your-website-advertising-123-easy\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/monetizationmagic.com\/training\/your-website-advertising-123-easy\/#primaryimage","url":"https:\/\/monetizationmagic.com\/wp-content\/uploads\/2011\/08\/HTMLtab.jpg","contentUrl":"https:\/\/monetizationmagic.com\/wp-content\/uploads\/2011\/08\/HTMLtab.jpg","width":"767","height":"115"},{"@type":"BreadcrumbList","@id":"https:\/\/monetizationmagic.com\/training\/your-website-advertising-123-easy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/monetizationmagic.com\/"},{"@type":"ListItem","position":2,"name":"YOUR Website Advertising 123 Easy!"}]},{"@type":"WebSite","@id":"http:\/\/monetizationmagic.com\/#website","url":"http:\/\/monetizationmagic.com\/","name":"Monetization Magic","description":"Colorado Website Development","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/monetizationmagic.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"http:\/\/monetizationmagic.com\/#\/schema\/person\/51057439a75e3edeeca191f3e4b938af","name":"SoftwareGirl","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/monetizationmagic.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9a391605e6010b47c1fc46e674db6d3e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9a391605e6010b47c1fc46e674db6d3e?s=96&d=mm&r=g","caption":"SoftwareGirl"},"url":"https:\/\/monetizationmagic.com\/author\/softwaregirl\/"}]}},"_links":{"self":[{"href":"https:\/\/monetizationmagic.com\/wp-json\/wp\/v2\/posts\/1302"}],"collection":[{"href":"https:\/\/monetizationmagic.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/monetizationmagic.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/monetizationmagic.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/monetizationmagic.com\/wp-json\/wp\/v2\/comments?post=1302"}],"version-history":[{"count":0,"href":"https:\/\/monetizationmagic.com\/wp-json\/wp\/v2\/posts\/1302\/revisions"}],"wp:attachment":[{"href":"https:\/\/monetizationmagic.com\/wp-json\/wp\/v2\/media?parent=1302"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/monetizationmagic.com\/wp-json\/wp\/v2\/categories?post=1302"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/monetizationmagic.com\/wp-json\/wp\/v2\/tags?post=1302"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}