Facebook description insert new line or return

just how it sounds, as I insert the next line or line break or a new line, for example, or in \ n in the description of og :.

I need this line

<meta property="og:description" content="here goes the description. and here goes the next line"/> 

like this other

 <meta property="og:description" content="here goes the description. and here goes the next line"/> 

Any idea?

+8
facebook meta-tags share
source share
1 answer

That might work.

 <meta property="og:description" content="here goes the description. \r\n and here goes the next line"/> 
-one
source share

All Articles