Linux 软件免费装
Banner图

Adanos Market Sentiment Widgets

开发者 adanosorg
更新时间 2026年4月8日 22:43
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

widget shortcode stocks finance sentiment

下载

0.6.1 0.6.2

详情介绍:

Adanos Market Sentiment Widgets helps finance publishers, bloggers, and investor communities embed self-hosted stock sentiment widgets directly into WordPress content. The plugin ships the widget code locally inside WordPress and proxies Adanos API requests through WordPress REST endpoints. Responses are cached with WordPress transients, which means the cache lives in the database by default when no external object cache is active. The default cache TTL is 24 hours so the free 250 requests/month API plan can support daily refreshes without constant re-fetching. The plugin adds widget and text shortcodes: Supported sources:

安装:

  1. Upload the plugin folder to /wp-content/plugins/.
  2. Activate Adanos Market Sentiment Widgets in the WordPress admin.
  3. Open Settings > Adanos Market Sentiment Widgets and add your Adanos Finance API key.
  4. If you do not have a key yet, get one at adanos.org/reddit-stock-sentiment#api-form
  5. Use the shortcodes in posts, pages, or widget areas.

屏幕截图:

  • Admin settings page with API key, cache tools, and shortcode guidance.

常见问题:

Do I need an API key?

Yes. The plugin fetches live sentiment data from the Adanos Finance API through a local WordPress proxy. You can get an API key at adanos.org/reddit-stock-sentiment#api-form

What cache setting should I use on a free API key?

The default is 86400 seconds (24 hours). That is the recommended starting point for the free 250 requests/month plan if you want sentiment values to refresh roughly once per day.

Is the widget JavaScript self-hosted?

Yes. The widget code is bundled inside the plugin and loaded from your WordPress site, not from adanos.org.

What shortcodes are available?

Single stock card: [adanos symbol="AAPL" source="reddit" width="100%"] Ticker tape: [adanos_ticker_tape source="reddit" limit="10" speed="normal" width="100%"] Top movers: [adanos_top_movers source="x" limit="8" period="7" width="100%"] Inline value: [adanos_value symbol="AAPL" source="reddit" field="buzz"] Inline sentence: [adanos_summary symbol="AAPL" source="x" format="sentence"] Trending text: [adanos_trending_text source="news" limit="3" format="sentence"]

Which widget options are supported?

  • [adanos]: symbol, source, theme, width, show_explanation
  • [adanos_ticker_tape]: source, theme, width, limit, speed
  • [adanos_top_movers]: source, theme, width, limit, period, show_logos
  • [adanos_value]: symbol, source, field, days, prefix, suffix
  • [adanos_summary]: symbol, source, days, format
  • [adanos_trending_text]: source, days, limit, format

Which sources can I use?

All shortcodes support these sources:

  • reddit
  • x
  • news
  • polymarket

What values can I use with [adanos_value]?

Common fields:

  • buzz
  • bullish
  • trend
  • mentions
  • trades
  • activity
  • ticker
  • company
  • source_label
Additional fields:
  • summary
  • summary_value
  • summary_label
  • explanation

What formats can I use?

For [adanos_summary]:

  • sentence
  • brief
  • explanation
For [adanos_trending_text]:
  • sentence
  • list
  • detailed
For [adanos_ticker_tape] speed:
  • slow
  • normal
  • fast
For widget themes:
  • theme="light"
  • theme="dark"

What are some ready-to-use examples?

Inline buzz: Buzz score: [adanos_value symbol="AAPL" source="news" field="buzz"] Inline bullish percentage: Bullish sentiment: [adanos_value symbol="NVDA" source="reddit" field="bullish"] Inline sentence summary: [adanos_summary symbol="TSLA" source="x" format="sentence"] Trending ticker list: Currently trending: [adanos_trending_text source="news" limit="5" format="list"] Detailed trending text: [adanos_trending_text source="reddit" limit="3" format="detailed"]

更新日志:

0.6.2 0.6.1 0.6.0 0.5.5 0.5.4 0.5.3 0.5.2 0.5.1 0.5.0 0.4.2 0.4.1 0.4.0 0.3.0 0.1.0