Skip to content

Commit 67af17f

Browse files
committed
added share and commented up vote buttons
1 parent 0cc3484 commit 67af17f

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

presentation.html

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,15 @@ <h1 class="title"> Material Dashboard</h1>
138138
<h4> Free Bootstrap 4 Material Admin </h4>
139139
<br>
140140

141-
<a class="github-button" href="https://github.com/creativetimofficial/material-dashboard" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star creativetimofficial/material-dashboard on GitHub">Star</a>
141+
<!-- <iframe src="https://yvoschaap.com/producthunt/counter.html#href=https%3A%2F%2Fwww.producthunt.com%2Fr%2Fa9d3195d0efcec%2F41248&layout=wide" width="80" height="21" scrolling="no" frameborder="0" allowtransparency="true"></iframe> -->
142142

143-
<a class="github-button" href="https://github.com/creativetimofficial/material-dashboard/fork" data-icon="octicon-repo-forked" data-size="large" data-show-count="true" aria-label="Fork creativetimofficial/material-dashboard on GitHub">Fork</a>
143+
<iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Ffacebook.com%2FCreativeTim&width=74&layout=button_count&action=like&size=small&show_faces=true&share=false&height=21&appId" data-size="small" width="76px" height="20px" style="border:none;overflow:hidden;" scrolling="no" frameborder="0" allowTransparency="true"></iframe>
144+
145+
<a href="https://twitter.com/creativetim?ref_src=twsrc%5Etfw" data-size="small" class="twitter-follow-button" data-show-screen-name="false" data-show-count="true">Follow @creativetim</a>
146+
147+
<a class="github-button" href="https://github.com/creativetimofficial/material-dashboard" data-icon="octicon-star" data-size="small" data-show-count="true" aria-label="Star creativetimofficial/material-dashboard on GitHub">Star</a>
148+
149+
<a class="github-button" href="https://github.com/creativetimofficial/material-dashboard/fork" data-icon="octicon-repo-forked" data-size="small" data-show-count="true" aria-label="Fork creativetimofficial/material-dashboard on GitHub">Fork</a>
144150

145151
</div>
146152
</div>
@@ -433,6 +439,17 @@ <h3>Thank you for supporting us!</h3>
433439
<script src="https://s3.amazonaws.com/creativetim_bucket/static-assets/material-kit-demo.min.js"></script>
434440
<script src="https://buttons.github.io/buttons.js"></script>
435441

442+
<script>(function(d, s, id) {
443+
var js, fjs = d.getElementsByTagName(s)[0];
444+
if (d.getElementById(id)) return;
445+
js = d.createElement(s); js.id = id;
446+
js.src = 'https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.12';
447+
fjs.parentNode.insertBefore(js, fjs);
448+
}(document, 'script', 'facebook-jssdk'));
449+
</script>
450+
451+
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
452+
436453
<script type="text/javascript">
437454

438455
$(document).ready(function() {

0 commit comments

Comments
 (0)