This file contains 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
(function(url) { | |
console.log('is jQuery.timeago defined?'); | |
console.log((typeof(jQuery.timeago) !== 'undefined')); | |
var tag = 'script'; | |
var request = new XMLHttpRequest(); | |
request.onreadystatechange = function() { | |
if(request.readyState === 4) { | |
console.log('we have fetched the script'); | |
if(request.status === 200) { | |
var javascript = request.responseText; |
This file contains 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
<!-- COPY this to your web page and insert your Taeggies name in appropriate places: --> | |
<iframe src="https://taeggie.com/embed/YOUR_TAEGGIE_NAME_GOES_HERE/iframe" scrolling="no" frameborder="0" style="border:none; overflow:hidden;" allowTransparency="true"></iframe> |
This file contains 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
<!-- COPY this to your web page and insert your Taeggies name in appropriate places: --> | |
<script id='taeggie-feed-widget-script-YOUR_TAEGGIES_NAME'> | |
jQuery.getScript("https://core.taeggie.com/embed/YOUR_TAEGGIES_NAME"); | |
</script> |
This file contains 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
#taeggie-feed-widget-taeggie-square .post { | |
border: 4px solid black; | |
margin-right: 10px; | |
margin-bottom: 10px; | |
} |
This file contains 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
#taeggie-feed-widget-your-taeggie-name .post { | |
border: 4px dotted lightblue; | |
} |