PtSocialMedia Configuration
Back to Social Media
Contents
Fields
Tab #1: General Config
| Field Name/Label | Field ID | Field Type | Required? | Properties |
| ui_theme | ui_theme | UI Theme Selector | No |
Defaultvalue: redmond |
Tab #2: Facebook API
| Field Name/Label | Field ID | Field Type | Required? | Properties |
| apiFacebookAppID | apiFacebookAppID | text | No |
Maxlength: 255 |
| apiFacebookAPIKey | apiFacebookAPIKey | text | No |
Maxlength: 255 |
| apiFacebookAppSecret | apiFacebookAppSecret | text | No |
Maxlength: 255 |
| apiFacebookAuth | apiFacebookAuth | text | No |
Defaultvalue: https://graph.facebook.com/oauth/access_token?client_id={{appID}}&client_secret={{appSecret}}&grant_type={{grantType}} |
| apiFacebookPage | apiFacebookPage | text | No |
Defaultvalue: https://graph.facebook.com/{{pagename}}/ |
| apiFacebookPosts | apiFacebookPosts | text | No |
Defaultvalue: https://graph.facebook.com/{{pagename}}/feed/ |
| apiFacebookUser | apiFacebookUser | text | No |
Defaultvalue: https://graph.facebook.com/{{userid}}/ |
| apiFacebookImage | apiFacebookImage | text | No |
Defaultvalue: https://graph.facebook.com/{{imageid}}/picture/ |
Tab #3: Twitter API
| Field Name/Label | Field ID | Field Type | Required? | Properties |
| apiTwitterSearch | apiTwitterSearch | text | No |
Defaultvalue: http://search.twitter.com/search.json?q={{searchterm}} |
| apiTwitterScreenName | apiTwitterScreenName | text | No |
Defaultvalue: http://api.twitter.com/1/statuses/user_timeline.json?screen_name={{screenname}} |
| apiTwitterProfileURL | apiTwitterProfileURL | text | No |
Defaultvalue: http://twitter.com/{{screenname}} |
| apiTwitterStatusURL | apiTwitterStatusURL | text | No |
Defaultvalue: http://api.twitter.com/1/statuses/show/{{twitterid}}.json |
Tab #4: YouTube API
| Field Name/Label | Field ID | Field Type | Required? | Properties |
| apiYouTubeChannel | apiYouTubeChannel | text | No |
Defaultvalue: http://gdata.youtube.com/feeds/api/users/{{username}}?v=2&alt=json |
| apiYouTubeChannelUploads | apiYouTubeChannelUploads | text | No |
Defaultvalue: http://gdata.youtube.com/feeds/api/users/{{username}}/uploads?v=2&alt=json |
| apiYouTubeMaxResultsResultsParam | apiYouTubeMaxResultsResultsParam | text | No |
Defaultvalue: &max-results={{maxresults}} |
| apiYouTubeEmbeddedVideoURL | apiYouTubeEmbeddedVideoURL | text | No |
Defaultvalue: http://www.youtube.com/v/{{videoid}}?version=3&feature=player_embedded |
Tab #5: WordPress API
| Field Name/Label | Field ID | Field Type | Required? | Properties |
| wordPressServiceURL | wordPressServiceURL | url | No |
Maxlength: 255 |
| wordPressServiceImage | wordPressServiceImage | img | No | |
| apiWordPressFeedSuffix | apiWordPressFeedSuffix | text | No |
Defaultvalue: /feed/ |
| apiWordPressContentWordLimit | apiWordPressContentWordLimit | integer | No |
Defaultvalue: 100 |