This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

mySimpleAds WordPress Ad Manager

توضیحات

The mySimpleAds WordPress Ad Manager allows you to easily place your mySimpleAds Ads inside your wordpress posts, pages, or even right in your templates.

Please Note: This requires mySimpleAds from ClipperSoft.

To use …

Posts/Pages:
Place [msa_aid=x] for an Ad ID or [msa_gid=x] for an Ad Group ID in your post, where ‘x’ is the Ad or Ad Group ID.
You can also optionally specify the type of ad code to use – (p) PHP Remote Read, (j) Javascript Injection, (a) Ajax Javascript, like:
[msa_gid=x,c=a] for Ajax Javascript. If you do not specify, it will use PHP Remote Read by default.

Templates:
Place msa_show_ad_id($aid,$code); for an Ad ID or msa_show_group_id($gid,$code); for an Ad Group ID in your template PHP code (you may need to surround the function by PHP tags, if it’s outside an existing PHP tag section). The $aid is the Ad ID, the $gid is the Ad Group ID, and $code is type type of ad code to use – ‘p’ PHP Remote Read, ‘j’ Javascript Injection, ‘a’ Ajax Javascript. It defaults to PHP Remote Read.

عکس‌های صفحه

  • The settings and usage page

نصب

  1. Upload mysimpleads_wordpress_ad_manager to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place the code in your posts/pages or templates

In the settings, put in your mySimpleAds URL, such as…
http://www.mysite.com/mysimpleads

سوالات متداول

What versions of mySimpleAds will this work with?

It has been tested with version 1.93.

نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

توسعه دهندگان و همکاران

“mySimpleAds WordPress Ad Manager” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

ترجمه “mySimpleAds WordPress Ad Manager” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

گزارش تغییرات

1.0

  • Inital Release

1.1

  • Updated Ad Code