Skip to content

Latest commit

 

History

History
152 lines (105 loc) · 2.3 KB

markdown.md

File metadata and controls

152 lines (105 loc) · 2.3 KB
title
Tips for Making Successful Posts on WeDance

Tips for Making Successful Posts on WeDance

TITLE

  • Make it easy to understand and enticing to click.
  • Asking a question? Put it right in the title.

BODY

  • Keep it short and sweet.
  • Use widgets, including images and videos (see below).
  • Preview your post to make sure it looks good.

SHARING

  • Post in the relevant group to get more readers.
  • Share your posts on social media or with friends.

How to use widgets in profile, event and post?

You can add links and images in the description of your profile, event and post.

Markdown

In every field where you see Markdown you can use the following syntax:

Emphasis

**bold**
*italics*
~~strikethrough~~

Headers

# Big header
## Medium header
### Small header
#### Tiny header

Lists

* Generic list item
* Generic list item
* Generic list item

1. Numbered list item
2. Numbered list item
3. Numbered list item

Links

[Text to display](http://www.example.com)

Quotes

> This is a quote.
> It can span multiple lines!

Images

![](http://www.example.com/image.jpg)

Need to upload an image? Imgur has a great interface.

Tables

| Column 1 | Column 2 | Column 3 |
| -------- | -------- | -------- |
| John     | Doe      | Male     |
| Mary     | Smith    | Female   |

Or without aligning the columns...

| Column 1 | Column 2 | Column 3 |
| -------- | -------- | -------- |
| John | Doe | Male |
| Mary | Smith | Female |

Widgets

WeDance profile

<w-profile username="USERNAME"></w-profile>

Spotify playlist

<w-spotify url="LINK_TO_SPOTIFY_PLAYLIST"></w-spotify>

Instagram post

<w-instagram url="LINK_TO_INSTAGRAM_POST"></w-instagram>

Telegram post

<w-telegram url="LINK_TO_TELEGRAM_POST"></w-telegram>

Youtube video

<w-youtube url="LINK_TO_YOUTUBE_VIDEO"></w-youtube>

Youtube video

<w-youtube url="LINK_TO_YOUTUBE_VIDEO"></w-youtube>

Accept payment

Create an account at https://gumroad.com/ to get a link, use that link in:

<w-gumroad href="LINK" label="Pay"></w-gumroad>

Teaser with call to action

<w-teaser
title=""
description=""
button=""
href=""
></w-teaser>