This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--- Add to the top of your page body in the template ---> | |
<!--- Facebook Share Script ---> | |
<div id="fb-root"></div> | |
<script>(function(d, s, id) { | |
var js, fjs = d.getElementsByTagName(s)[0]; | |
if (d.getElementById(id)) return; | |
js = d.createElement(s); js.id = id; | |
js.src = "//connect.facebook.net/en_US/all.js##xfbml=1&appId=xxxxxxxxxxxxx"; | |
fjs.parentNode.insertBefore(js, fjs); | |
}(document, 'script', 'facebook-jssdk'));</script><!--- End Facebook Share Script ---> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--- Add this to your config.xml.cfm ---> | |
<!--- Extend Page/Default. You can also choose to extend Base/Default for all objects ---> | |
<extension type="Page" subType="Default"> | |
<attributeset name="Crawling" container="default"> | |
<attribute | |
name="disableCrawling" | |
label="Disable Crawling" | |
hint="Prevent this page from being indexed by search engines" | |
type="RadioGroup" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--- add/edit these in your settings.ini.cfm ---> | |
filestore=s3 | |
filestoreaccessinfo=access Key ID^secret Access Key^bucket-name | |
filedir=s3://myAccessKey:[email protected]/bucket-name/folder | |
assetpath=http://s3.amazonaws.com/bucket-name/folder |
OlderNewer