Skip to content

Instantly share code, notes, and snippets.

@dmitryd
Created May 17, 2015 18:16
Show Gist options
  • Save dmitryd/8c34e82f07b2e8f4edb2 to your computer and use it in GitHub Desktop.
Save dmitryd/8c34e82f07b2e8f4edb2 to your computer and use it in GitHub Desktop.
How to embed video to LiveJournal
To embed a video using the `<lj-template>` tag, use the following code:
YouTube:
```html
<lj-template name="video">http://www.youtube.com/watch?v=example</lj-template>
```
Photobucket:
```html
<lj-template name="video">http://xxx.photobucket.com/albums/xxx/example/?action=view¤t=example.flv
</lj-template>
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment