Need text editor/composer like Wordpress - html

I want a Visual Text composer like Wordpress or this(stackoverflow). i want to embed it on html page just like maps or facebook like box. I searched over Google but did not found any fruitful help, it gives me html editor. may be i missed some basic keyword.

the words you should be looking for Visual Editor, WYSIWYG, TinyMCE . where u want to use it ?? any cms or just in html pages ??
check this link for more info
you will find all good editors with link to there website in above article

If you have a WordPress site you can use a plugin called User Submitted Posts available here:
http://wordpress.org/plugins/user-submitted-posts/
You can use Gravity Forms (http://www.gravityforms.com) to allow users to post.
You could also allow registered Wordpress users to write posts however that often complicates things.
If you are only using HTML you could possibly incorporate PHP and HTML5 forms to create posts.
I hope this helps.
Tom

Related

WP link not showing properly on linkedin

I am starting a new blog and was testing out sharing on linkedIn.
However, when I copy and paste the link into the share thing in linkedin, the blog doesn't show up properly.
Would you be able to help me understand what I would need to add to my blog post to make it show up correctly?
To add some more info: I do have a featured image set, and the blog post does have a title.
Any help would be greatly appreciated!
Mine:
What I want:
The reason you are not seeing a "rich" link when pasting it is likely because you do not have your Open Graphs meta tags set up properly.
You can simply use a plugin with Wordpress to add these tags, like this one or you can learn how to program it yourself into your theme.
Facebook has a good debugger for tags, which you can use to check your links.
You can read more about how og tags are used by LinkedIn in their developer article.

How can my client post new articles without touching to the code?

I have to code a little html site in my informatic class and we have to give it to a client when finished. The thing is, he wants to be able to add posts regulary without having to go into the code. Is there a way to, like, translate raw text into an all-ready tag and automatically implement it on the website ?
you could use wordpress. Is it possible to convert your website to wordpress template? It have admin panel, also there is application for iOS. You could post through emails. It is quite complicated to make it by yourself as there are few security issues you have to be aware. Other way is to use other frameworks like http://get-simple.info which uses text databases in files.

How to add client specific login to my site so they can access a page only they can see

I am not a programmer and rely on products such as wix, weebly, and wordpress to "cheat" by drag and dropping what I need. I am trying to build a site which will mostly have informational pages but I also need the ability for clients to be able to login and submit/change forms as well as upload documents. Thanks to sites such as the ones mentioned above I am able to setup the informational site and have a log in - but I need a log in where it will direct each individual to a "personal page" where they can edit their forms and upload more documents. Any ideas? Is there perhaps an html embed code or plugin of some sort that could do this?
Weebly, to my knowledge, can't handle custom login screens. Not familiar with Wix, but I assume it is the same.
Consider looking into Wordpress. It is much more friendly to non-programmers, and is very easy to customize. The default WordPress build comes with a login system.
Customization looks easy enough. Hope that helps.

How to add Microdata to Blogger posts?

How can I put Microdata into my Blogger post?
I am searching over the Internet for the past hour but I am not able to find anything.
When I use the Google Structured Data Marker, it gives me HTML but I don't know where to put that HTML.
I think you're trying Markup Helper.
Go to webmaster tools > Search Appearance > Data Highlighter, there you can add data and publish them.
Edit the template of your Blogger blog. There you could add your Microdata to the HTML.
Documentation at support.google.com: Edit the HTML of your blog's layout

How to embed itunes preview of podcast on website

So I'm using wordpress to manage a website.
I would like to have the itunes listing displayed in the website.
I saw a site that did this here: http://gungormusic.com/#!/music/
any idea how to do this:
?
I'm looking for the same thing. so far the closest i've seen is this: I'm actually looking too.
http://widgets.itunes.apple.com/builder/
It's too small of a widget for what we want to use though, but it's a start.
The layout and UI above was designed by that website owner. Apple doesn't provide this drop-in functionality.
Check out the iTunes Affiliate program for access to the metadata and tools for linking to iTunes content and access to album art:
http://www.apple.com/itunes/affiliates/resources/
The Search API will get you pretty close to the metadata you need for displaying the podcast you are interested in:
http://itunes.apple.com/lookup?id=498833764
It seems they are making it themselves, in wordpress with custom post types and meta fields... here's the iframe link on the example I gave: http://gungormusic.com/wp-content/themes/skortheme/itunes_iframe.php?s=false&collection_id=562515255
Seems to be a simple hand made solution!