Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#41 2019-07-08 14:15:42
- colak
- Admin
- From: Cyprus
- Registered: 2004-11-20
- Posts: 7,364
- Website
Re: oui_instagram - Display Instagram user infos and recent images
Your form is a miscellaneous form? How do you call it in the article? If it is via the write tab you many need to add a space. ie
<txp::your_form />
Yiannis
——————————
neme.org | hblack.net | LABS | State Machines | Respbublika! | NeMe @ github
Offline
#42 2019-07-09 06:35:05
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,148
Re: oui_instagram - Display Instagram user infos and recent images
colak wrote #318657:
Your form is a miscellaneous form? How do you call it in the article? If it is via the write tab you many need to add a space. ie
...
yes, it is a miscellaneous and i call it via page template <txp:output_form form="oui_insta" />
Offline
#43 2019-07-09 18:22:23
- colak
- Admin
- From: Cyprus
- Registered: 2004-11-20
- Posts: 7,364
- Website
Re: oui_instagram - Display Instagram user infos and recent images
Hmmm.. It is indeed strange. Maybe change
<txp:oui_insta_author break="" access_token="5603.....">
to
<txp:oui_insta_author break="" wraptag="" access_token="5603.....">
Yiannis
——————————
neme.org | hblack.net | LABS | State Machines | Respbublika! | NeMe @ github
Offline
#44 2019-07-10 06:31:04
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,148
Re: oui_instagram - Display Instagram user infos and recent images
colak wrote #318667:
Hmmm.. It is indeed strange. Maybe change
<txp:oui_insta_author break="" access_token="5603.....">
to
<txp:oui_insta_author break="" wraptag="" access_token="5603.....">
genius! ;)
Offline