Skip to content

Commit c35ce37

Browse files
authored
social iframe source
1 parent 541a03f commit c35ce37

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,23 @@ SPONSORS
3636
From ep2018 theme sponsors are added automatically if there are in the proper static folder. Folder can be changed in the config.py.
3737

3838
```
39-
# DEFAULT VALUE
39+
#DEFAULT VALUE
4040
SPONSOR_IMAGES = "media/sponsors"
4141
```
4242

43+
SOCIAL PART
44+
-----
45+
Social part is a IFRAME, should be hosted and created somewhere. Last year the social part was created and hosted by @patrick91
46+
47+
Source of the Iframe can be easily changed in the config.py file:
48+
49+
```
50+
#There is no "working" default value.
51+
SOCIAL_IFRAME_SRC = "http://your_url.com"
52+
```
53+
54+
55+
4356
SETUP
4457
------
4558
[Follow this tutorial](https://github.com/PythonSanSebastian/flask-nexttalk/blob/ep2016/SETUP.md)

0 commit comments

Comments
 (0)