Skip to content

Instantly share code, notes, and snippets.

@Sitebase
Last active March 24, 2016 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sitebase/8be05144c00e3d23590d to your computer and use it in GitHub Desktop.
Save Sitebase/8be05144c00e3d23590d to your computer and use it in GitHub Desktop.
Custom rick roll Ambassify preset
{
"id": "unity-rickroll",
"name": "Rick Roll",
"description": "You are getting rick rolled.",
"icon": "users",
"creationDate": "Tue Mar 22 2016 15:10:33 GMT+0100 (CET)",
"author": "Wim Mostmans",
"copyright": "(C) 2016 VideoLab NV",
"authorEmail": "wim@bla.com",
"authorUrl": "http://sitebase.be",
"version": "0.0.1",
"demo": null,
"category": "social",
"disabled": false,
"support": {},
"unity": true,
"wizard": [
"assets",
"publication",
"finish"
],
"assets": [
{
"id": "CONTENT_ITEM_CONTENT",
"type": "raw-wysiwyg",
"label": "Content",
"description": "Some rick roll content.",
"value": {
"en": "Rickrolling is a prank and an Internet meme involving an unexpected appearance of the music video for the 1987 Rick Astley song \"Never Gonna Give You Up\". The meme is a type of bait and switch using a disguised hyperlink. Those led to the music video believing that they were accessing some unrelated material are said to have been rickrolled. The trend has extended to disruptive or humorous appearances of the song in other situations, such as a live appearance of Astley himself in the 2008 Macy's Thanksgiving Day Parade in New York.",
"nl": "Rickrolling is a prank and an Internet meme involving an unexpected appearance of the music video for the 1987 Rick Astley song \"Never Gonna Give You Up\". The meme is a type of bait and switch using a disguised hyperlink. Those led to the music video believing that they were accessing some unrelated material are said to have been rickrolled. The trend has extended to disruptive or humorous appearances of the song in other situations, such as a live appearance of Astley himself in the 2008 Macy's Thanksgiving Day Parade in New York.",
"fr": "Rickrolling is a prank and an Internet meme involving an unexpected appearance of the music video for the 1987 Rick Astley song \"Never Gonna Give You Up\". The meme is a type of bait and switch using a disguised hyperlink. Those led to the music video believing that they were accessing some unrelated material are said to have been rickrolled. The trend has extended to disruptive or humorous appearances of the song in other situations, such as a live appearance of Astley himself in the 2008 Macy's Thanksgiving Day Parade in New York."
}
},
{
"id": "CONTENT_ITEM_LINK",
"type": "text",
"label": "URL to Rick video",
"description": "Paste in the URL of an awesome video of Rick.",
"language": false,
"placeholder": "https://www.linkedin.com/company/bubobox/",
"value": {
"en": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
"nl": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
"fr": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
}
}
],
"settings": {
"CONTENT_ITEM_CHALLENGE_TYPE": "link",
"CONTENT_ITEM_CHALLENGE_REWARD_ONE": 100,
"CONTENT_ITEM_CHALLENGE_REWARD_ONE": 200,
"CONTENT_ITEM_CHALLENGE_THANK_YOU_TEXT": {
"en": "Thanks for rolling",
"nl": "Thanks for rolling",
"fr": "Thanks for rolling"
},
"CONTENT_ITEM_CHALLENGE_BUTTON_TEXT": {
"en": "Let's roll",
"nl": "Let's roll",
"fr": "Let's roll"
},
"CONTENT_ITEM_IMAGE": {
"en": "https://media.giphy.com/media/kFgzrTt798d2w/giphy.gif",
"nl": "https://media.giphy.com/media/kFgzrTt798d2w/giphy.gif",
"fr": "https://media.giphy.com/media/kFgzrTt798d2w/giphy.gif"
},
"CONTENT_ITEM_TITLE": {
"en": "Rick roll",
"nl": "Rick roll",
"fr": "Rick roll"
},
"CONTENT_ITEM_SUMMARY": {
"en": "You are gonna get rick rolled.",
"nl": "You are gonna get rick rolled.",
"fr": "You are gonna get rick rolled."
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment