将数字作为输入并将其添加到短代码内部的代码的短代码

时间:2017-01-04 22:06:32

标签: php html wordpress

有没有办法制作一个短代码,例如,一个数字,并将其添加到该短代码中的文本之间?

例如:这将是我的短代码中的代码,我想在每次有必要时回调。

<div class="playex">
  <div id="option-1" class="play-box-iframe fixidtab" style="display: block;">
    <iframe class="VidSourceAPI" data-method="GetStreamEmbedUrlByIMDBID" data-apikey="4KxXpfQVCKTXVEMY" data-imdbid="Here should be the string of the variable named X" scrolling="no" frameborder="0" width="1100" height="800" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true">
    </iframe>
  </div>
</div>

我想要的是,每次输入数字时,短代码都会使用该数字并将其添加到名为X的变量中(例如)。

我对php和html几乎一无所知。

做这样的事情对Python来说很容易,但我无法理解这个php,html,短代码和网页开发的东西。

我正在考虑制作2个短代码(一个含有$ content),返回文本的一半和一半,并在这两个短代码之间添加数字,但我很想知道是否有可能获得这些东西一个短信码。

0 个答案:

没有答案