开发者 | flashpixx |
---|---|
更新时间 | 2012年10月22日 22:47 |
捐献地址: | 去捐款 |
PHP版本: | 3.2 及以上 |
WordPress版本: | 3.4.2 |
版权: | GPLv3 or later |
版权网址: | 版权信息 |
You can call the method / function: de\flashpixx\imagetext\link::get( "latex | text | qrcode", "your content" ) The method returns a string with the full image tag. The third parameter is optional and can be an associative array with options. The option names are shown in the administration interface
Take a look on the administration page of the plugin. Within the brackets [] you can find the option name, that can be passed to the imtxt-tag or as an associative array to the method / function call
No you can not do this, because the image is created dynamically and a session value is passed to the image generation function. You need the session value, that is unique within the browser session and you need also read access to the session. The session can read only by the webserver (virtual host). So you can not pass any images between different domains or static pages.