Does and / or mean the same in code?

We have a client that uses the wordpress blog, when it embeds in our code to embed a video, it changes to &, so for a workaround, it should rewrite &as&

Is this code interrupted? Will something like <code></code>in wordpress fix the problem?

Example:

<param name="adServerURL" value="http://plg.website.com/dynamic_preroll_playlist.vast2xml?domain=111aaabbb&amp;pubchannel=KidS&amp;" />
+5
source share
2 answers
Technically, yes, they are all the same. Since this is wordpress, I would recommend using &#038;ampersand as the encoded version & or &amp;.

WordPress Links:

http://wordpress.org/support/topic/how-to-get-rid-of-amp-and-038

http://wordpress.org/support/topic/unwanted-characters-038

+6

, , &. , &amp;, "{}", "", .

. HTML , URL-. , "" , - , , .

<code> .

0

All Articles