Skip to content

Commit

Permalink
Merge pull request #72 from stedaniels/flattr-https
Browse files Browse the repository at this point in the history
Change http flattr urls to https, props @stedaniels
  • Loading branch information
radgeek committed Dec 13, 2016
2 parents a66535e + f5ea3e8 commit ce507c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions feedwordpresssyndicationpage.class.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ function bleg_box ($page, $box = NULL) {
var s = document.createElement('script'), t = document.getElementsByTagName('script')[0]; var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
s.type = 'text/javascript'; s.type = 'text/javascript';
s.async = true; s.async = true;
s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto'; s.src = 'https://api.flattr.com/js/0.6/load.js?mode=auto';
t.parentNode.insertBefore(s, t); t.parentNode.insertBefore(s, t);
})(); })();
/* ]]> */</script> /* ]]> */</script>
Expand All @@ -723,7 +723,7 @@ function bleg_box ($page, $box = NULL) {
<div style="display: inline-block; vertical-align: middle; "> <div style="display: inline-block; vertical-align: middle; ">
<a class="FlattrButton" style="display:none;" href="http://feedwordpress.radgeek.com/"></a> <a class="FlattrButton" style="display:none;" href="http://feedwordpress.radgeek.com/"></a>
<noscript> <noscript>
<a href="http://flattr.com/thing/1380856/FeedWordPress" target="_blank"><img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a> <a href="https://flattr.com/thing/1380856/FeedWordPress" target="_blank"><img src="https://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a>
</noscript> </noscript>
<div>via Flattr</div> <div>via Flattr</div>


Expand Down

0 comments on commit ce507c0

Please sign in to comment.