Latest Posts

Chatty Mango Logo

Example Button With Redirect URL to Post

Description

The button basically does the same as the link with ?redirect_to. For demonstration purposes, we have created here some posts with arbitrary content.

Options

See all parameters.

Button

The default button redirects to a random post.

Code

[redirect_to_post_button]

Output

Button with Custom Text and Paramters

Code

[redirect_to_post_button text="Try me!" params="utm_medium=>button,utm_campaign=>test"]

Output

Spiral Tag Cloud

Description

The shortcode draws the tags in a spiral.

Options

See all parameters.

Code

[creative_spiral_tag_cloud color=1 height=500px direction=ccw smallest=10 largest=46 separator="|" custom_title="This tag was used for {count} posts!" reduce_factor=3]

Output

This tag was used for 4 posts! plugins | This tag was used for 3 posts! shortcode | This tag was used for 2 posts! tags | This tag was used for 2 posts! tag cloud | This tag was used for 2 posts! redirect | This tag was used for 1 posts! PHP | This tag was used for 1 posts! dictionary | This tag was used for 1 posts! spiral | This tag was used for 1 posts! waves |

Code

[creative_spiral_tag_cloud color=1 cycles=auto height=500px start=left line_height_factor=2separator="*"]

Output

(4) plugins * (3) shortcode * (2) tags * (2) tag cloud * (2) redirect * (1) PHP * (1) dictionary * (1) spiral * (1) waves *

Wave Tag Cloud

Description

The shortcode draws the tags in waves.

Options

See all parameters.

Code

[creative_wave_tag_cloud color=1 height=500px waves=5 frequency=7 custom_title="{count} posts" opacity_decay=0.8]

Output

4 posts plugins 1 posts PHP 3 posts shortcode 1 posts dictionary 2 posts tags 1 posts spiral 2 posts tag cloud 1 posts waves 2 posts redirect
Chatty Mango Logo

Example Links With Redirect URL to Post

Description

The appended parameter ?redirect_to= … causes that each link redirects directly to a post in single post view. For demonstration purposes, we have created here some posts with arbitrary content.

Options

See all parameters.

Example Links

The links below were made for the posts of the demo site. You find more general link examples on this page.

Redirect to a random post

demo.chattymango.com/?redirect_to=random

Redirect to the latest post in the category “Tag Groups Premium”

demo.chattymango.com/?redirect_to=latest&cat=7

Redirects to the oldest post, excluding the posts with the IDs 9, 13 and 18

demo.chattymango.com/?redirect_to=oldest&exclude=9,13,18

Redirect to the post with the highest comment count

demo.chattymango.com/?redirect_to=custom&orderby=comment_count

Redirect to the oldest post that contains the word “url”

demo.chattymango.com/rubrik/software/?redirect_to=first&s=url

Redirect to a random post and track the visit

demo.chattymango.com/?redirect_to=random&pk_campaign=random_link

We can also use links to our main website, because there too the plugin is installed:

Redirect to a random post that is older than 1 month but not older than 6 months

chattymango.com/?redirect_to=random&before=1%20month%20ago&after=6%20month%20ago