Beskrivelse
An easy to use, with intuitive interface, WordPress Plugin that gives you the ability to easily insert Adsense Auto Ads (or whatever javascript or CSS code)in the head section of every page or post of your website (sitewide).
No need to edit your theme files in order to add Adsense Auto Ads code in the header.
Check a working demo on this this CodyCross website. In this example I have added the Google Analytics Code.
Egenskaper
- We don’t ask for any kind of permissions and we do not store any data.
- Compatible with all WordPress versions and all WordPress Themes
- Lettvekts og rask
- Sikker programkode med bruk av klare kodestandarder
- Intuitivt brukergrensesnitt med mange innstillinger
- Kompatibel med alle nettlesere (virker problemfritt i enhver moderne nettleser)
Nøkkelfunksjonene inkluderer…
- Setter inn skript i slutten av HEAD-elementet
Støttet
- JavaScript (i HTML-element)
- CSS (i HTML-element)
Minimum system requirements:
Recommended system requirements:
Skjermbilder
Installasjon
Installer «Sett inn Adsense Auto Ads» akkurat som for enhver annen WordPress-utvidelse.
Automatisk via administrasjonsområdet i WordPress:
- Logg in på administrasjonsområdet på ditt WordPress-nettsted.
- Gå til «
Utvidelser
» → «Legg til ny
». - Finn denne utvidelsen og klikk Installer
- Aktiver denne utvidelsen på fanen «
Utvidelser
».
Manually via FTP access:
- Download a copy (ZIP file) of this plugin from WordPress.org.
- Unzip the ZIP file.
- Upload the unzipped catalog to your website’s plugin directory (
/wp-content/plugins/
). - Logg in på administrasjonsområdet på ditt WordPress-nettsted.
- Aktiver denne utvidelsen på fanen «
Utvidelser
».
Etter installasjon og aktivering, vil menypunktet «Sett inn Adsense Auto Ads» dukke opp under seksjon «Innstillinger» i administrasjonsområdet. Klikk på det for å se siden for innstillinger for utvidelsen.
FAQ
- Q. Will this plugin work on my WordPress.COM website?
-
A. Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites.
- Q. How does it work?
-
A. Simply go to the plugin settings page, place your scripts in the field and click the «Save changes» button. Enjoy the result of applying your scripts. It’s that simple!
You can find the plugin settings page at «WordPress Admin Area
» -> «Settings
» -> «Insert Adsense Auto Ads». - Q. How much of scripts I can enter in the field?
-
A. We don’t limit the number of characters.
- Q. Does this plugin requires any modification of the theme?
-
A. Absolutely not. This plugin is configurable entirely from the plugin settings page that you can find in the Admin Area of your WordPress website.
- Q. Does this require any knowledge of HTML or CSS?
-
A. This plugin can be configured with no knowledge of HTML or CSS, using an easy-to-use plugin settings page. But you need to know the HTML or CSS in order to add/remove/modify the HTML or CSS code by using this plugin.
- Q. Can I add my script to a specific page of my website?
-
A. For now, this plugin does not have an option to apply the custom scripts only on specific pages. I plan to add this feature soon. But for now in order to apply your script only on specific pages of your website, you need to wrap your script in a PHP code that will determine the page you want. You need something like this:
function my_custom_script() { // Stop the function if this is not the Home page of website if ( !is_home() ) { return; } // Print the script echo '<script>YOUR SCRIPT</script>'; } add_action( 'wp_head', 'my_custom_script' );
To apply the PHP code on a website, I can recommend you to use another my plugin called My Custom Functions.
- Q. It’s not working. What could be wrong?
-
A. As with every plugin, it’s possible that things don’t work. The most common reason for this is a web browser’s cache. Every web browser stores a cache of the websites you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This is called the browser’s cache. Clearing your browser’s cache may solve the problem.
It’s impossible to tell what could be wrong exactly, but if you post a support request in the plugin’s support forum on WordPress.org, we’d be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen.
- Q. The last WordPress update is preventing me from editing my website that is using this plugin. Why is this?
-
A. This plugin can not cause such problem. More likely, the problem are related to the settings of the website. It could just be a cache, so please try to clear your website’s cache (may be you using a caching plugin, or some web service such as the CloudFlare) and then the cache of your web browser. Also please try to re-login to the website, this too can help.
Vurderinger
Bidragsytere og utviklere
“Sett inn Adsense Auto Ads” er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen.
Bidragsytere“Sett inn Adsense Auto Ads” har blitt oversatt til 1 språk. Takk til oversetterne for deres bidrag.
Oversett “Sett inn Adsense Auto Ads” til ditt språk.
Interessert i utvikling?
Bla gjennom koden, sjekk ut SVN-repositoriet, eller abonner på utviklingsloggen med RSS.
Endringslogg
1.1
Design Fixes
Fixed a known bug: removal of links and versions of other plugins on wp-admin/plugins.php caused by activating the plugin
Added plugin Icons
Edited description
1
- Opprinnelig utvgivelse.