Skip to content

Instantly share code, notes, and snippets.

@modmedia
modmedia / facebook-script.cfm
Created January 18, 2014 22:10
Add social icons to Mura pages
<!--- 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 --->
@modmedia
modmedia / config.xml.cfm
Created January 18, 2014 22:17
Disable robots per page in Mura
<!--- 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"
@modmedia
modmedia / mura-amazon-s3-variables.cfm
Created January 25, 2014 02:19
Config variables for connecting Mura CMS to Amazons3
<!--- 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