Skip to content

Commit c60bf59

Browse files
committed
Merge branch 'JmzSoftware-new2'
2 parents 215446a + 825098e commit c60bf59

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

_config.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ baseurl: "" # the subpath of your site, e.g. /blog/
99
url: "http://yourdomain.com" # the base hostname & protocol for your site
1010
twitter_username: jekyllrb
1111
github_username: jekyll
12-
google_play: 'Jmz Software'
13-
google_plus_com: '102719927712912982993' # Community link
14-
google_plus_per: '+JamesTaylor3' #Personal link
12+
google_play: 'GDGX'
13+
google_plus_com: '109485346959707049693' # Community link
14+
google_plus_per: '+GDGManagua' #Personal link
15+
facebook_app_id: 12345
1516

1617
# Layout settings
1718
header_type: default # values [ drawer, default ]

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h4>{{ post.title }}</h4>
2626
<i class="material-icons">more_vert</i>
2727
</button>
2828
<ul class="mdl-menu mdl-js-menu mdl-menu--bottom-right" for="btn-high-{{ post.id }}">
29-
<li><a href="https://www.facebook.com/dialog/share?app_id={app_id}&display=page&href={{ post.url | prepend: site.baseurl }}&redirect_uri={{ site.baseurl }}" class="mdl-menu__item">Facebook</a></li>
29+
<li><a href="https://www.facebook.com/dialog/share?app_id={{site.facebook_app_id}}&display=page&href={{ post.url | prepend: site.baseurl }}&redirect_uri={{ site.baseurl }}" class="mdl-menu__item">Facebook</a></li>
3030
<li><a href="https://twitter.com/share?url={{ post.url | prepend: site.baseurl }}&text={{ post.title }}&via={{ site.twitter_username }}" class="mdl-menu__item">Twitter</a></li>
3131
<li><a href="https://plus.google.com/share?url={{ post.url | prepend: site.baseurl }}" class="mdl-menu__item">Google+</a></li>
3232
</ul>
@@ -51,7 +51,7 @@ <h2 class="mdl-card__title-text">{{ post.title }}</h2>
5151
<i class="material-icons">share</i>
5252
</button>
5353
<ul class="mdl-menu mdl-js-menu mdl-menu--bottom-right" for="post-{{ post.id }}">
54-
<li><a href="https://www.facebook.com/dialog/share?app_id={app_id}&display=page&href={{ post.url | prepend: site.baseurl }}&redirect_uri={{ site.baseurl }}" class="mdl-menu__item">Facebook</a></li>
54+
<li><a href="https://www.facebook.com/dialog/share?app_id={{site.facebook_app_id}}&display=page&href={{ post.url | prepend: site.baseurl }}&redirect_uri={{ site.baseurl }}" class="mdl-menu__item">Facebook</a></li>
5555
<li><a href="https://twitter.com/share?url={{ post.url | prepend: site.baseurl }}&text={{ post.title }}&via={{ site.twitter_username }}" class="mdl-menu__item">Twitter</a></li>
5656
<li><a href="https://plus.google.com/share?url={{ post.url | prepend: site.baseurl }}" class="mdl-menu__item">Google+</a></li>
5757
</ul>
@@ -82,7 +82,7 @@ <h2 class="mdl-card__title-text">{{ post.title }}</h2>
8282
<i class="material-icons">share</i>
8383
</button>
8484
<ul class="mdl-menu mdl-js-menu mdl-menu--bottom-right" for="post-{{ post.id }}">
85-
<li><a href="https://www.facebook.com/dialog/share?app_id={app_id}&display=page&href={{ post.url | prepend: site.baseurl }}&redirect_uri={{ site.baseurl }}" class="mdl-menu__item">Facebook</a></li>
85+
<li><a href="https://www.facebook.com/dialog/share?app_id={{site.facebook_app_id}}&display=page&href={{ post.url | prepend: site.baseurl }}&redirect_uri={{ site.baseurl }}" class="mdl-menu__item">Facebook</a></li>
8686
<li><a href="https://twitter.com/share?url={{ post.url | prepend: site.baseurl }}&text={{ post.title }}&via={{ site.twitter_username }}" class="mdl-menu__item">Twitter</a></li>
8787
<li><a href="https://plus.google.com/share?url={{ post.url | prepend: site.baseurl }}" class="mdl-menu__item">Google+</a></li>
8888
</ul>

0 commit comments

Comments
 (0)