ColdFusion では、ソーシャルメディアサイト用の「いいね!」ボタン、ツイートボタンおよびコメントボックスの動的な生成のサポートが導入されています。サポートされるウィジェットを次に示します。
   
  - 「いいね!」ボタン
- ツイートボタン
- Facebook のコメントボックス
- Google+ ボタン
- Facebook の購読ボタン
- 「いいね!」ボックス
- アクティビティフィード
- フォロー
例
 1. Facebook の「いいね!」ボタンのシンタックス:
   
         | <cf_socialplugin type = "like"url = ""
 layout = "standard|box_count|button_count"
 showfaces = "true|false"
 verb = "like|recommend"
 colorscheme = "light|dark"
 style = ""
 width = ""
 extraoptions = ""
 >
 | 
   
 2. Facebook の「いいね!」ボックスのシンタックス:
   
         | <cf_socialplugin type = "likebox"url = "This refers to a Facebook Page."
 showfaces = "true|false"
 showstream = "true|false"
 showheader = "true|false"
 colorscheme = "light|dark"
 style = ""
 height = ""
 width = ""
 extraoptions = ""
 >
 | 
   
 3. Facebook アプリケーションのアクティビティフィードのシンタックス:
   
         | <cf_socialplugin type = "activityfeed" appid= "facebook_app_id"
 width = ""
 height = ""
 colorscheme = "light|dark"
 showheader = "true|false"
 action = ""
 linktarget = "_blank|_top|_parent"
 recommendations = "true|false"
 style = ""
 extraoptions = ""
 >
 | 
   
 4. Twitter のフォローボタンのシンタックス:
   
         | <cf_socialplugin type = "follow"showcount= "true|false"
 buttonsize= "medium|large"
 language = "en|fr|.........."
 showusername = "true|false"
 username = ""
 style = ""
 extraoptions = ""
 >
 | 
   
 5. Google+ ボタンのシンタックス:
   
         | <cf_socialplugin type = "plusone"url = "url to plus one"
 buttonsize= "small|medium|large|tall"
 language = "en|fr|.........."
 width = ""
 annotation = "none|inline|bubble"
 style = ""
 extraoptions = ""
 >
 | 
   
 6. Facebook のコメントボックスのシンタックス:
   
         | <cf_socialplugin type = "commentbox"url = "url"
 width= ""
 colorscheme = "dark|light"
 numberofposts = ""
 style = ""
 extraoptions = ""
 >
 | 
   
 7. Facebook の購読ボタンのシンタックス:
   
         | <cf_socialplugin type = "subscribe"url = "profile to subscribe"
 width = ""
 colorscheme = "dark|light"
 showfaces = "true|false"
 layout = "standard|button_count|box_count"
 style = ""
 extraoptions = ""
 >
 | 
   
 8. ツイートボタンのシンタックス:
   
         | <cf_socialplugin type = "tweet"url = "url to share"
 tweettext = "default tweet text"
 language = "en|fr|.........."
 count = "none|horizontal"
 hashtag = "Comma separated hash tags appended to
 tweet text. Do not include the #. It is preprended to each list item automatically."
 buttonsize = "small|large"
 via = ""
 recommend = ""
 style = ""
 extraoptions = ""
 >
 |