oEmbed Field in SilverStripe 3 - silverstripe

I'm trying to figure out if there's a possibility to use SilverStripe's oEmbed functionality without the WYSIWYG editor. Sadly I just could find this in the SS docs.
So is there a way to enable that functionality for example for a TextField?

This module has a special form field for oembeds... will do the trick https://github.com/sheadawson/silverstripe-linkable

Related

Wordpress Advanced Custom Fields Google Maps field is not displayed

Hello.
I guess it's very simple, but I cannot find the solution of my problem anywhere. I want to add the "google-maps" field with the plugin Advanced Custom Fields (and there is plenty of instructions for this action in the internet). But ACF doesn't give me such option. In the list of possible types of fields there is no "google map", see the screenshot with the available types. Should I switch it on somehow previously, and if yes, where is the setting? Thank you.
1
Wordpress 4.5.2, ACF 4.4.7

p tag being stripped from advanced custom fields

I am having the same problem that this user did, where the tags are being stripped out from advanced custom fields when you enter them into the wysiyg editor.
Wordpress: Advanced Custom Fields Plugin strips out <p> tags?
When you update using the advanced custom fields,it strips out all of the p tags on the custom fields... any reason why that is or how I can get around this issue? Using the answer of that thread does not work, the issue is not bringing the actual custom fields onto the page template, but actually applying them to the custom fields since they get ripped out any time a user updates using the wysiwyg editor.
Glad you solved it. If you were wondering why this happens, I'm thinking the plugin uses KSES to to strip out potentially malicious code.
http://codex.wordpress.org/Function_Reference/wp_kses
Unfortunately, it also removes most HTML tags unless you specifically allow them. Glad you figured out a workaround (a pretty simple and clever one, by the way).

Disabling Wysyig profile for a particular content type

I am using CKeditor with wysiwyg profile . I want to disable this wysiwyg profile for a particular content type. cant find a better way. please help me out with any module if its there or any configuration setting if its possible
1) While configuring the field, on Text Processing use Plain text instead of filtered text.
2) If this doesn't work use the better_formats module to restrict access to wysiwyg editor profiles.

Is it possible to create a new text field in wordpress

I have a question about adding new text box in the post content type.I found one module for this "custom fields".Other than that is it possible to create it as a module?
custom fields where introduced to store those kind of informations. but they doesn't look good.
thats why wp hackers introduced metaboxes - they are based on custom fields (data are stored in same way) but kan look better. http://codex.wordpress.org/Function_Reference/add_meta_box
my favorite class for fast creating metaboxes is http://farinspace.com/wpalchemy-metabox/
i would go for Wordpress Multiple Content Blocks plugin: http://wordpress.org/extend/plugins/multiple-content-blocks/
you can have different text areas for different page templates
I use the Advanced Custom Fields plugin (http://www.advancedcustomfields.com/) for this, it's the best plugin I've come across.

How to add one more editor for pages /post in wordpress

Hello Friends I want to add one more editor for wordpress pages/post .Is there is any plugin or any thing .Please let me know if any one having any idea about this.I shall be very thank ful to you
Do you mean you want to use a different editor for posts/pages than the built in one? I haven't tried this one but it looks good and I've been meaning to try it:
http://www.deanlee.cn/wordpress/fckeditor-for-wordpress-plugin/
If you are looking for multiple VISUAL/HTML editors (to control different parts of your post/page), you can either use custom fields or a plugin called PODS CMS.
If you are using custom fields, read:
codex.wordpress.org/Custom_Fields
A very popular plugin that works with custom fields is FLUTTER. I haven't used it myself, but I have used other plugins and I would probably go with Flutter because of what I have heard about it.
If you use PODS CMS, be aware that it doesn't work with plugins that require custom fields (for example, many feature slider plugins) but it's a great way to have multiple text fields on the same page. It's great for very customized content.
PODS CMS does require some php knowledge but the documentation online is very good:
mondaybynoon.com/2010/01/04/introduction-to-pods-cms-wordpress/
Personally, if I have more than one custom field per post/page, I would go with PODS, but that is just my preference.
I got the solution of above question.
http://wordpress.org/extend/plugins/multiple-content-blocks/
Using this you can easily add one more editor for page or posts
Thanks

Resources