Skip to content

Commit fce9c64

Browse files
committed
feat(share): Add sharing icons
1 parent 5b9a99d commit fce9c64

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

deploy-gae/deploy-gae.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ gcloud app deploy
219219
```
220220

221221
You bot is now deployed and ready to be used. Simply go to the url of your bot followed by `/static`. In our case `https://getting-started-209712.appspot.com/static/` and you will be able to talk to your bot
222-
=
222+
223223
<center>
224224
<img src="https://github.com/Botfuel/tutorials/raw/master/deploy-gae/images/webchat-live.png">
225225
</center>
@@ -235,6 +235,28 @@ duration: 1
235235

236236
You have reached the end of this tutorial. You can now deploy a bot in production and make your users test it \o/
237237

238+
<center>
239+
<img src="https://github.com/Botfuel/tutorials/raw/master/images/congratulation-cap.png" style="margin: 2em 0;">
240+
<div>Share your acomplishment</div>
241+
<div>
242+
<button style="width: 50px; height: 50px; border: none; background: transparent; margin: 7px; font-size: 24px;" title="Share in Twitter">
243+
<a href="https://twitter.com/intent/tweet?text=I just completed the tutorial 'Deploying your chatbot on Google App Engine' on @Botfuel \o/ https://tutorials.botfuel.io/%23/codelab/deploy-gae" target="_blank"><i class="fab fa-twitter"></i></a>
244+
</button>
245+
<button style="width: 50px; height: 50px; border: none; background: transparent; margin: 7px; font-size: 24px;" title="Share in Facebook">
246+
<a href="https://www.facebook.com/sharer/sharer.php?u=https://tutorials.botfuel.io/%23/codelab/deploy-gae&quote=I just completed the tutorial 'Deploying your chatbot on Google App Engine' on @Botfuel \o/" target="_blank"><i class="fab fa-facebook-f"></i></a>
247+
</button>
248+
<button style="width: 50px; height: 50px; border: none; background: transparent; margin: 7px; font-size: 24px;" title="Share in Linkedin">
249+
<a href="https://www.linkedin.com/shareArticle?mini=true&url=https://tutorials.botfuel.io/%23/codelab/deploy-gae&title=Butfuel tutorial&summary=I just completed the tutorial 'Deploying your chatbot on Google App Engine' on @Botfuel&source=LinkedIn" target="_blank"><i class="fab fa-linkedin-in"></i></a>
250+
</button>
251+
</div>
252+
</center>
253+
254+
255+
256+
257+
258+
259+
238260
## <i class="fas fa-heart"></i> Support us
239261

240262
Did you have a good time using Botfuel to build Chatbots? You can support our developers by starring our open source SDK on <a href="https://github.com/Botfuel/botfuel-dialog" target="_blank">Github <i class="fab fa-github"></i></a>

images/congratulation-cap.png

7.65 KB
Loading

0 commit comments

Comments
 (0)