Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.261.889 Times

Content Switcher 1.8.5

  Date Added: April 04, 2013  |  Visits: 514

Content Switcher

Report Broken Link
Printer Friendly Version


Product Homepage
Download (53 downloads)



Content Switcher allows you to easily insert into posts, pages and widgets of your website random numbers, and random or variable contents. You can use it, for example, to display COOKIE, ENV, GET, POST, SERVER or SESSION variables. Content Switcher also allows you to optimize your website with Google Optimizer.Complete Documentation: * in English * in FrenchRandom NumbersTo display a random number between 0 and M, insert into your posts/pages/widgets a code like this:[random-number max=M]Example (random number between 0 and 5):[random-number max=5]To display a random number between m and M (m and M relative integers), insert into your posts/pages/widgets a code like this:[random-number min=m max=M]Example (random number between -3 and 8):[random-number min=-3 max=8]To display a random number belonging to a set, insert into your posts/pages/widgets a code like this:[random-number set=a/b/c/...]Example (random number belonging to { 34; 5; -3; 8; -21 }):[random-number set=34/5/-3/8/-21]You can use the "digits" attribute to display a random number with at least d digits:[random-number min=m max=M digits=d]Example (random number between 0 and 144, displayed with at least 3 digits):[random-number max=144 digits=3]Other example (random image taken from the short film Big Buck Bunny):Random ContentsTo display a random content, insert into your posts/pages/widgets a code like this:[random-content]First random content[other]Second random content[other]Third random content[other]...[/random-content]Example:[random-content]Somewhere over the rainbow, way up high[other]There's a land that I heard of, once in a lullaby[other]Somewhere over the rainbow, skies are blue[other]And the dreams that you dare to dream, really do come true[/random-content]It's possible to display several times the same (random or not random) string of characters, using the "string" attribute. You can specify any string of characters for this attribute, including shortcodes, provided to replace "[" by "(" and "]" by ")". And don't forget to include the quotes at the beginning and the end of the string:[random-content string="(random-content)First random string(other)Second random string(other)Third random string(other)...(/random-content)"][string]...[string]...[string][/random-content]The [string] shortcode displays the string of characters.Example (random image taken from the short film Big Buck Bunny):[random-content string="(random-number min=1 max=30 digits=2)"][img]/medias/images/big-buck-bunny/screenshots/320/[string].jpg[/img][/random-content]Variable ContentsTo display a COOKIE, ENV, GET, POST, SERVER or SESSION variable, insert into your posts/pages/widgets a code like this:[variable-string type=type name=name]The "type" attribute can be equal to "cookie", "env", "get", "post", "server" or "session". Its default value is "get". The "name" attribute is the name of the variable.To display a variable content, insert into your posts/pages/widgets a code like this:[variable-content]Default content[other]First alternate content[other]Second alternate content[other]...[/variable-content]The displayed content is not random but is determined by the URL of the page.Pages displaying the default content:http://permalink-of-the-page/http://permalink-of-the-page/?content=0Page displaying the first alternate content:http://permalink-of-the-page/?content=1Page displaying the second alternate content:http://permalink-of-the-page/?content=2This is the value of the "content" variable of the URL which determines the displayed content. If its value: * is equal to 0 or is not specified, then the displayed content is the default content * is equal to 1, then the displayed content is the first alternate content * is equal to 2, then the displayed content is the second alternate content * ...Example:[variable-content]Somewhere over the rainbow, way up high[other]There's a land that I heard of, once in a lullaby[other]Somewhere over the rainbow, skies are blue[other]And the dreams that you dare to dream, really do come true[/variable-content]Pages displaying the default content:http://permalink-of-the-page/http://permalink-of-the-page/?content=0Page displaying the first alternate content: http://permalink-of-the-page/?content=1Page displaying the second alternate content: http://permalink-of-the-page/?content=2Page displaying the third alternate content: http://permalink-of-the-page/?content=3If you don't want to use a GET variable to display the variable content, you can also do the same thing with a COOKIE, ENV, POST, SERVER or SESSION variable using the "type" attribute.You can specify a name different than "content" for the variable using the "name" attribute:Example:[variable-content name=lyric]Somewhere over the rainbow, way up high[other]There's a land that I heard of, once in a lullaby[other]Somewhere over the rainbow, skies are blue[other]And the dreams that you dare to dream, really do come true[/variable-content]Pages displaying the default content:http://permalink-of-the-page/http://permalink-of-the-page/?lyric=0Page displaying the first alternate content:http://permalink-of-the-page/?lyric=1Page displaying the second alternate content:http://permalink-of-the-page/?lyric=2Page displaying the third alternate content:http://permalink-of-the-page/?lyric=3You can specify values different than numbers for the variable using the "values" attribute.Example:[variable-content name=lyric values=first/second/third/fourth]Somewhere over the rainbow, way up high[other]There's a land that I heard of, once in a lullaby[other]Somewhere over the rainbow, skies are blue[other]And the dreams that you dare to dream, really do come true[/variable-content]Pages displaying the first lyric:http://permalink-of-the-page/http://permalink-of-the-page/?lyric=firstPage displaying the second lyric:http://permalink-of-the-page/?lyric=secondPage displaying the third lyric:http://permalink-of-the-page/?lyric=thirdPage displaying the fourth lyric:http://permalink-of-the-page/?lyric=fourthYou can display the value of the variable. To do this, simply use only the default content without specifying any alternate content. If the value of the variable is not specified in the URL, the default content will be displayed:[variable-content name=name]Default content[/variable-content]Example:Welcome [variable-content name=first-name]to You[/variable-content]!Page displaying your first name:http://permalink-of-the-page/?first-name=your-first-name Google Optimizer://http://permalink-of-the-page/?first...oogle Optimizer://http://permalink-of-the-page/?first...oogle Optimizer://http://permalink-of-the-page/?first...oogle Optimizer://http://permalink-of-the-page/?first...oogle Optimizer://http://permalink-of-the-page/?first...oogle OptimizerTo use Google Optimizer, you must have an account. Sign up for one if you do not. Through the website of Google Optimizer, create a new experiment.Click on "Multivariate Experiment" and on "Create". You will arrive on this page:New multivariate experiment - Step 1Enter a name for your experiment, enter the address of your test page, the address of your conversion page, and click on "Continue".New multivariate experiment - Step 2Select "You will install and validate the javascript tags", and click on "Continue". You will arrive on a page where you can get your control, tracking, and conversion scripts.You will find your tracking ID in your tracking script. It's a string of characters which starts with "UA":var gwoTracker=_gat._getTracker("UA-XXXXXXXX-X");Enter your tracking ID in the "Google Optimizer Account Tracking ID" field in the options page of Content Switcher, check the "Add javascript code" box and click on "Save Changes".For your test page, create the "optimizer" (in lowercase letters) custom field and enter the string starting with "/" and ending with "/test" in your tracking script:gwoTracker._trackPageview("/XXXXXXXXXX/test");Insert into the content of your test page at least a code like this:[optimizer-content name="Name of your content"]Your original content[/optimizer-content]Don't forget to include the quotes at the beginning and the end of the name value:Example:[optimizer-content name="Title"]Content Switcher[/optimizer-content]For your conversion page, create the "optimizer" (in lowercase letters) custom field and enter the string starting with "/" and ending with "/goal" in your conversion script:gwoTracker._trackPageview("/XXXXXXXXXX/goal");When you have configured your tracking ID, your test page and your conversion page as shown above, click on "Validate pages". Google Optimizer will not detect your control, tracking and conversion scripts because Content Switcher puts them in external files. Click on "Continue", and on "Continue anyway". You will arrive on a page where you will can complete your experiment by creating your different variations. Installation : 1. Unzip the plugin file. 2. Upload the "content-switcher" folder to the "/wp-content/plugins/" directory. 3. Activate the plugin through the "Plugins" menu in WordPress. 4. Configure the plugin through the Content Switcher options page in WordPress.

Requirements: No special requirements
Platforms: PHP
Keyword: Alternate Content Conversion Default Display Displayed Displaying Image Insert Number Postspageswidgets Quotquot Rainbow Random Short String Tracking Variable
Users rating: 0/10

License: Freeware Size: 51.2 KB
USER REVIEWS
More Reviews or Write Review


CONTENT SWITCHER RELATED
Modules  -  Alternate Content Copy 6.x-1.0
Alternate Content Copy alters the behaviour of the Content Copy module that ships with CCK. Once installed, the import procedure of Content Copy will allow you to import a complete new definition of a content type into a pre-existing copy of it,...
10 KB  
Modules  -  Currently Reading 3.3
Supplying an ISBN (and, optionally, a Title) will display a cover image of the relevant book with a link to that book's page on Google Books.Using the Widget you can choose whether to: * Suppress the List Marker (selected by default, uses internal...
174.08 KB  
Modules  -  Easy Image Insert 6.x-1.x-de
This module has been discontinued. Use Insert instead.Warning: Although you can download a stable version, this module stills under development. Please download the dev version for testingYou can see a demo of this module here:...
10 KB  
Networking  -  Support Fernando Nobre 1.0
This is widget to use on the sidebar of your blog to display a small image banner in support of Fernando Nobre for the 2011 Portuguese Presidential elections. It's an easy way of showing your support by linking to the campaign site.
10 KB  
Modules  -  Category Image(s) 1.7.1
Display an image for each category associated with a post.Notes:This plugin provides the templates tag c2c_the_category_image() which basically reproduces and extends the functionality of WordPress's core function the_category() to add the ability...
10 KB  
Networking  -  Display Last Post(s) 1.0
Display Last Posts is a plugin that allows you to display the last post(s) (by default, the last one only) anywhere on your blog.Official page and french translation : http://www.fb-graphic.com/bonus/display-last-posts-wordpress-pluginTwo ways are...
10 KB  
Modules  -  Area Banner Module 6.x-1.1
You have your menu grouped into main categories or areas and want to display different banners based on the area the viewed page belongs to? For example displaying different banners for your "Company", "Products" and "Partners" pages?If yes, then...
10 KB  
Modules  -  Featured Image Widget 0.2
Use this plugin to display the featured image for any post or page in your sidebar. When a featured image hasn't explicitly been set you have the option to use an image that was uploaded with the post/page. If that fails the plugin can use a...
10 KB  
Modules  -  Taxonomy image 6.x-1.4 / 5.x-1.4 1.0
With the association created, an admin can then make a call to 'taxonomy_image_display()' from their theme or other PHP code to display the appropriate image.The module allows the admin to create a one-to-one term-to-image relationship. With image...
 
Modules  -  nrelate Related Content 0.50.0
The easiest way to display related content from your sitenrelate is not just another related posts plugin. Our patent-pending technology continously analyzes your website content and displays other related posts from your website. This ultimately...
624.64 KB  
NEW DOWNLOADS IN SCRIPTS, NETWORKING
Scripts  -  Free Ecommerce website creator 1.2
Free Ecommerce website creator is a free PHP shop creating script. This allows you to put a online shop on your own website. Create your own free ecommerce website for Your Business. Create an online shop using easyGUI online shop creator. The...
1.44 KB  
Scripts  -  MochiGames PHP Script ZDR 1.00
MochiGames PHP Script ZDR is web site, ready for use, for flash games. These flash games are downloaded automatically by "MochiGames PHP Script ZDR" from MochiGames media. The use of the games is free, you can use your own Mochi Publisher ID and...
368.54 KB  
Scripts  -  Php Chat 2.0
Add a free php site, single sign-on and multiple skins, 100% free 1. Server Modes: The chat server has paid mode and free mode. If the free chat mode, a free chat room will be assigned to your website with your domain as the room name. 2....
938.87 KB  
Scripts  -  Nibbleblog 3.0.1
Nibbleblog it's a powerful engine for creation and manipulation of BLOG's completely free. Very simple to install and configure (Only 1 step). The database used is based on XML files and this way it is not necessary to use MySQL or similar DBMS....
371.09 KB  
Scripts  -  PHP File Manager | CloudOsys 2.9b8
CloudOsys is a PHP file manager, a tool that allows your visitors upload files such as media content directly to your website. Your visitors will upload files directly to your website, where they can share and comment on them. Through cloud...
1.41 MB  
Networking  -  Shortcode Autolink 0.1
Lets you create links automatically on the basis of internal research results, and everything through Shortcode !Installation : 1. Upload the plugin folder to your /wp-content/plugins/ folder. 2. Go to the Plugins page and activate the plugin. 3....
10 KB  
Networking  -  Pixel Sitemap 1.0.0
Pixel Sitemap Plugin allows with the use of widget to display in sidebar links on the posts in compact way, namely as a rows of 1 pixel pictures.The main features are: * Support cache for links * Display links in random order or by date * Easy...
10 KB  
Networking  -  Contexture Page Security 0.7.1
Contexture Page Security adds some much-needed "page security" to WordPress, allowing admins to limit or restrict access to individual pages or entire sections of their website. To do this, admins create "groups" of users that can be added to...
10 KB  
Networking  -  Vertical scroll recent post 8.0
This will scroll the recent post title in site side bar or any desired template location.In version 4.0 three new option added. 1. Categories selection. 2. select display Orderbys. 3. select display orderFeature * User can see the newest post at...
10 KB  
Networking  -  Wp-o-Matic-Authors 1.0
"Wp-o-matic-Authors" is an add-on to Wp-o-Matic. It automatically creates a new author for each campaign (even if already fetched). Then, each post imported by Wp-o-Matic will have as author the name given by this plugin instead of a name already...
10 KB