KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
votd-widget
★ 8
Open GitHub ↗
Verse of the Day (VOTD) Web Widget
Download README (.md)
Explore Similar Repositories
gh-serve-ionic
:
Front end badness for Grasshopper in the cloud
cross-domain-worker-url
:
No description available.
Learning-to-Build-Apps-Using-Watson-AI
:
Code repository for Learning to Build Apps Using Watson AI, published by Packt
escpos-image-processor
:
Image processing for escpos-compatable printers
idsfind
:
IDSと画数で漢字を検索するモジュール
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
votd-widget
?
Download (.md)
# Verse of the Day (VOTD) Web Widget This project is a pluggable snippet you can insert into any website to add the YouVersion Verse of the Day  ## Usage ### Adding VOTD Paste this snippet where you want the Verse of the Day widget to appear: ``` <div class="votd-container"></div> ``` Paste this snippet before the closing </body> tag on your HTML template: ``` <script src="https://exampleapp1.firebaseapp.com/scripts/votd.js"></script> ``` For an example of how to do this, see the `sample.html` file in the repository ## Contributing Contributions, questions and comments are all welcome and encouraged. Our list of follow-on features include: * Dark theme * Bible Version parameter * Carousel list of previous verses ## License Apache License 2.0 Copyright 2018 Jonathan Williamson