Skip to content

Commit

Permalink
Added FAQ Section & Preview on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YugeDickMan committed Feb 8, 2021
1 parent 473979e commit 3b10f4b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 6 deletions.
Binary file added Images/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
**Embed Builder** - This is an embed builder for websites which supports embedded contents such as Discord, Facebook, Twitter, etc.

# How Do I Use It?
Instructions are on the site!
Instructions are on the site!

# Preview
![Preview](../Images/preview.png)
29 changes: 24 additions & 5 deletions Views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,30 @@
<br />
<h1>Examples</h1>
<ul>
<li>http://current-website-url.com/?title=Testing</li>
<li>http://current-website-url.com/?desc=Testing</li>
<li>http://current-website-url.com/?image=imageURL</li>
<li>http://current-website-url.com/?col=FFFFFF</li>
<li>http://current-website-url.com/?bigImg=true</li>
<li>https://embed-builder.herokuapp.com/?title=Testing</li>
<li>https://embed-builder.herokuapp.com/?desc=Testing</li>
<li>https://embed-builder.herokuapp.com/?image=imageURL</li>
<li>https://embed-builder.herokuapp.com/?col=FFFFFF</li>
<li>https://embed-builder.herokuapp.com/?bigImg=true</li>
</ul>
<br />
<h1>FAQ</h1>
<ul>
<li>
<b>How can I add a space between text? </b>It is as easy as eating a
cake, just add a + instead of a space. Example:
https://embed-builder.herokuapp.com/?title=This+works!
</li>
<li>
<b>Where can I get the source for this project? </b
><a href="https://github.com/XoAlone/embed-builder">Click Me</a>
</li>
<li>
<b>Got anything you need to ask me? </b
><a href="https://github.com/XoAlone/embed-builder/issues"
>Create A New Issue Here</a
>
</li>
</ul>
</body>
</html>

0 comments on commit 3b10f4b

Please sign in to comment.