inherit
206056
0
Oct 22, 2024 12:06:59 GMT -8
adminabp
378
February 2014
adminabp
|
Post by adminabp on Jun 1, 2019 15:07:35 GMT -8
|
|
#eb7100
1480
0
1
Nov 28, 2024 5:15:53 GMT -8
Craig
209,201
September 2001
cmdynasty
|
Post by Craig on Jun 1, 2019 15:52:55 GMT -8
Hi There is no limit to the embed options, so it isn't a case of remove one, and add one. I have marked this as a feature request, so hopefully it gets considered for addition to the embed option
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,018
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Jun 2, 2019 1:10:20 GMT -8
You should be able to get this accomplished in a roundabout way using the plugin posted here, just add the following to the plugin's settings to allow access to the tumblr domain NOTE: there is a leading period on the host name to allow for subdomainsOnce the domain is setup in the plugin you can then write the following in a post to generate the embed [a href="https://embed.tumblr.com/embed/post/Fe-JZ2E01qTZ0hYVr09MQQ/185215701001" name="embed" style="height: 1086px;width:542px;"]test[/a] For best results use the url taken from the embed code rather than the url to the tumblr post Let me know if that gets you a bit closer to your goal.
|
|
inherit
206056
0
Oct 22, 2024 12:06:59 GMT -8
adminabp
378
February 2014
adminabp
|
Post by adminabp on Jun 2, 2019 4:05:08 GMT -8
Chris , it works great! Thank you!!! I did change .tumblr.com to embed.tumblr.com for the host to prevent people posting whole Tumblr pages... I also used the censored words list to create pseudo-BBCode [tumblr][/tumblr] tags(changed 'test' to 'Tumblr-post') so people would only need to post the embed url... I also used your Control Freak™ plugin to create a button for easy use...and... Ta-da!Edit: Spoke too soon. It doesn't show in the recent posts widget on my home page. abetterplace.boards.net/
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,018
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Jun 3, 2019 8:48:21 GMT -8
Chris , it works great! Thank you!!! I did change .tumblr.com to embed.tumblr.com for the host to prevent people posting whole Tumblr pages... I also used the censored words list to create pseudo-BBCode [tumblr][/tumblr] tags(changed 'test' to 'Tumblr-post') so people would only need to post the embed url... I also used your Control Freak™ plugin to create a button for easy use...and... Ta-da!Edit: Spoke too soon. It doesn't show in the recent posts widget on my home page. abetterplace.boards.net/ Happy to hear! Widgets are going to be a bit difficult since it walks the data structure for posts and posts within widgets are not included in that structure but I'll see what I can do.
EDITUpdated the plugin with a workaround for widgets, let me know if it works for you (download from original link)
|
|
inherit
206056
0
Oct 22, 2024 12:06:59 GMT -8
adminabp
378
February 2014
adminabp
|
Post by adminabp on Jun 3, 2019 21:32:25 GMT -8
Chris , it works great! Thank you!!! I did change .tumblr.com to embed.tumblr.com for the host to prevent people posting whole Tumblr pages... I also used the censored words list to create pseudo-BBCode [tumblr][/tumblr] tags(changed 'test' to 'Tumblr-post') so people would only need to post the embed url... I also used your Control Freak™ plugin to create a button for easy use...and... Ta-da!Edit: Spoke too soon. It doesn't show in the recent posts widget on my home page. abetterplace.boards.net/ Happy to hear! Widgets are going to be a bit difficult since it walks the data structure for posts and posts within widgets are not included in that structure but I'll see what I can do.
EDITUpdated the plugin with a workaround for widgets, let me know if it works for you (download from original link) Update works great! Thank you again Chris!
|
|