Difference between revisions of "PT Social Media Configuration"

From ADF Docs
Jump to: navigation, search
(Created page with 'Back to Build Subsites, Templates and Pages == Overview == The Social Media Configuration Page will be used to manage the …')
 
(Steps)
 
(4 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
# In the main content of the page, add a Custom Script element.
 
# In the main content of the page, add a Custom Script element.
 
# 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''
 +
# Publish the page.
 +
 
 +
== 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
 +
#Submit the form to create '''a configuration record'''.
 +
 
 +
Doing this will save the default field values in the configuration record of the custom element.
 +
 
 +
You can also update the following fields:
 +
# General Config Tab
 +
## '''ui_theme'''
 +
# Facebook API Tab
 +
## '''apiFacebookAppID'''
 +
## '''apiFacebookAPIKey'''
 +
## '''apiFacebookAppSecret'''
 +
# WordPress API Tab
 +
## '''wordPressServiceURL'''
 +
## '''wordPressServiceImage'''
 +
## '''apiWordPressFeedSuffix'''
 +
## '''apiWordPressContentWordLimit'''
 +
 
 +
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]]

Latest revision as of 16:36, 8 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

  1. Create a new page called 'Configuration Manager' in the /webadmin/socialmedia/ subsite.
  2. In the main content of the page, add a Custom Script element.
  3. Enter the explicit module path for:
    • /ADF/apps/pt_social_media/customcf/manage_configuration_header.cfm
  4. Publish the page.

Create Social Media Configuration Record

We are creating a single Social Media Configuration element record to be used within the application.

  1. Click the Add Configuration button
  2. Submit the form to create a configuration record.

Doing this will save the default field values in the configuration record of the custom element.

You can also update the following fields:

  1. General Config Tab
    1. ui_theme
  2. Facebook API Tab
    1. apiFacebookAppID
    2. apiFacebookAPIKey
    3. apiFacebookAppSecret
  3. WordPress API Tab
    1. wordPressServiceURL
    2. wordPressServiceImage
    3. apiWordPressFeedSuffix
    4. apiWordPressContentWordLimit

See the Site Configuration wiki page for more information on the fields and the correct values.

Reset the ADF for the server and site.