-
Notifications
You must be signed in to change notification settings - Fork 0
/
content.xml
32 lines (31 loc) · 964 Bytes
/
content.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="utf-8"?>
<data>
<content id="default">
<open-graph>
<title><![CDATA[Default]]></title>
<description><![CDATA[Description]]></description>
<image><![CDATA[http://path.to.image]]></image>
<url><![CDATA[http://example.com]]></url>
<type><![CDATA[movie]]></type>
<video><![CDATA[http://path.to.video]]></video>
<video-width>1234</video-width>
<video-height>4321</video-height>
</open-graph>
<twitter>
<description><![CDATA[Description]]></description>
<url><![CDATA[http://example.com]]></url>
</twitter>
</content>
<content id="test">
<open-graph>
<title><![CDATA[Test]]></title>
<description><![CDATA[Description]]></description>
<image><![CDATA[http://path.to.image]]></image>
<url><![CDATA[http://example.com]]></url>
</open-graph>
<twitter>
<description><![CDATA[Description]]></description>
<url><![CDATA[http://example.com]]></url>
</twitter>
</content>
</data>