Widget Shortcodes

Now you can call any of Awake's custom widgets from anywhere with simple shortcodes.
Twitter Widget Shortcode

Now you can pull in the latest tweets from any twitter account anywhere! See the optional parameters and sample usage below.

  • count= {the number of tweets to pull in}
  • username= {the twitter account you would like to pull in}
	// pulls in last 4 tweets from the twitter account specified
	[twitter count="4" username="twiter_username"]
Flickr Widget Shortcode

Now you can pull in your latest flickr images anywhere! See the optional parameters and example usage below.

  • id= {the flickr account to pull in}
  • size= {square, thumbnail, medium}
  • display= {latest, random}
	//id= {the flickr account to pull in}
	//size= {square, thumbnail, medium}
	//display= {latest, random}
	[flickr id="flickr_id" count="4" display="latest" size="square"]

Flickr Widget

Recent Post Widget Shortcode

Pull in your latest posts anywhere! See the optional parameters and example usage below.

  • count= {the number of posts to pull in}
  • thumbnail= {true,false}
//count= {the number of posts to pull in}
//thumbnail= {true,false}
[recent_posts count=3 thumbnail=true]
Popular Post Widget Shortcode

Popular posts are calculated by most comments, and now you can pull them into your site anywhere! See the optional parameters and example usage below.

  • count= {the number of posts to pull in}
  • thumbnail= {true,false}
//count= {the number of posts to pull in}
//thumbnail= {true,false}
[popular_posts count=3 thumbnail=true]
Contact Info Widget Shortcode

Pull in your contact info with style anywhere! See the optional parameters and example usage below.

//name= {your name}
//address= {your street address}
//city= {your city}
//zip= {your zip code}
//phone= {your phone number}
//email= {email address}
[contact_info name="Memaw Bundle" address="124 Memaw Blvd" city="Bundlee" state="Ca" zip="94954" phone="(101) 123-4567" email="me@memawsvideoblog.com"]
Memaw Bundle
124 Memaw Blvd
Bundlee, Ca 94954
(101) 123-4567

Contact Form Widget Shortcode

Adding a contact form anywhere couldn’t be easier. See the optional parameters and example usage below.

//email= {your email address}
[ example syntax coming soon... ]

Contact Us