Difference between revisions of "PT Social Media Configuration"
From ADF Docs
Gcronkright (talk | contribs) (Created page with 'Back to Build Subsites, Templates and Pages == Overview == The Social Media Configuration Page will be used to manage the …') |
Gcronkright (talk | contribs) (→Steps) |
||
Line 9: | Line 9: | ||
# Enter the explicit module path for: | # Enter the explicit module path for: | ||
## ''/ADF/apps/pt_social_media/customcf/manage_configuration_header.cfm'' | ## ''/ADF/apps/pt_social_media/customcf/manage_configuration_header.cfm'' | ||
+ | |||
+ | == Create Social Media Configuration Record == | ||
+ | We are creating a single Social Media Configuration element record to be used within the application. | ||
+ | |||
+ | #Click the '''Add Configuration''' button | ||
+ | #Update the following fields: | ||
+ | ## | ||
+ | ## | ||
+ | ## General Config Tab | ||
+ | ### '''ui_theme''' | ||
+ | ## Facebook API Tab | ||
+ | ### '''apiFacebookAppID''' | ||
+ | ### '''apiFacebookAPIKey''' | ||
+ | ### '''apiFacebookAppSecret''' | ||
+ | ## WordPress API Tab | ||
+ | ### '''wordPressServiceURL''' | ||
+ | ### '''wordPressServiceImage''' | ||
+ | ### '''apiWordPressFeedSuffix''' | ||
+ | ### '''apiWordPressContentWordLimit''' | ||
+ | #Submit the form to create '''one record'''. | ||
+ | |||
+ | See the [[PT Social Media Site Configuration|Site Configuration]] wiki page for more information on the fields and the correct values. | ||
+ | |||
+ | [[Reset ADF|Reset the ADF]] for the server and site. | ||
+ | |||
+ | [[Category:Social Media]] |
Revision as of 22:27, 7 July 2011
Back to Build Subsites, Templates and Pages
Overview
The Social Media Configuration Page will be used to manage the ptSocialMedia Configuration custom element. Follow these steps to configure the datasheet and page for adding the configuration settings.
Steps
- Create a new page called 'Configuration Manager' in the /webadmin/socialmedia/ subsite.
- In the main content of the page, add a Custom Script element.
- Enter the explicit module path for:
- /ADF/apps/pt_social_media/customcf/manage_configuration_header.cfm
Create Social Media Configuration Record
We are creating a single Social Media Configuration element record to be used within the application.
- Click the Add Configuration button
- Update the following fields:
- General Config Tab
- ui_theme
- Facebook API Tab
- apiFacebookAppID
- apiFacebookAPIKey
- apiFacebookAppSecret
- WordPress API Tab
- wordPressServiceURL
- wordPressServiceImage
- apiWordPressFeedSuffix
- apiWordPressContentWordLimit
- Submit the form to create one record.
See the Site Configuration wiki page for more information on the fields and the correct values.
Reset the ADF for the server and site.